4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
|
//#region src/index.d.ts
|
||
|
|
declare function stableHash(arg: unknown, crossRealm?: boolean): string;
|
||
|
|
//#endregion
|
||
|
|
export { stableHash as hash, stableHash };
|