Files
node-js-test/node_modules/fast-json-stable-stringify/index.d.ts
T

5 lines
110 B
TypeScript
Raw Normal View History

2026-05-19 22:10:51 -07:00
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}