UNPKG

@r1tsu/payload

Version:

4 lines 217 B
/// <reference types="node" resolution-mode="require"/> import type { BinaryLike } from 'crypto'; export declare const oneWayHash: (data: BinaryLike, secret: string) => string; //# sourceMappingURL=oneWayHash.d.ts.map