UNPKG

@snap/camera-kit

Version:
6 lines 229 B
/** * Fast, simple hashing function from github.com/bryc * https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js */ export declare const computeHash: (str: string) => string; //# sourceMappingURL=hash.d.ts.map