Files

3 lines
81 B
TypeScript

export declare function stableHash(arg: any): string;
export default stableHash;