UNPKG

ts-prime

Version:

A utility library for JavaScript and Typescript.

9 lines 264 B
/** * Non cryptographic quality hashing function * @param data - Hash content * @example * P.hash("THIS IS AWESOME") //=> LTU1MjU4ODc4NQ * @category Utility */ export declare function hash(data: string | undefined): string; //# sourceMappingURL=hash.d.ts.map