SourceTermAnalysisSystem_vue/node_modules/stable-hash-x/lib/index.d.cts

4 lines
153 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
//#region src/index.d.ts
declare function stableHash(arg: unknown, crossRealm?: boolean): string;
//#endregion
export { stableHash as hash, stableHash };