UNPKG

@govuk-one-login/frontend-device-intelligence

Version:
6 lines 291 B
/** * This code is taken from https://github.com/LinusU/murmur-128/blob/master/index.js * But instead of dependencies to encode-utf8 and fmix, I've implemented them here. */ export declare function hash(key: ArrayBuffer | string, seed?: number): string; //# sourceMappingURL=hash.d.ts.map