mona-dish
    Preparing search index...

    Interface Hash

    generic hash interface which provides exactly one method a hash encode which returns a string hash value of encoded data

    interface Hash {
        encode(encodedData: string): string;
    }
    Index

    Methods

    Methods

    • Parameters

      • encodedData: string

      Returns string