Current section

Files

Jump to
spellweaver priv bun node_modules fast-json-stable-stringify index.d.ts
Raw

priv/bun/node_modules/fast-json-stable-stringify/index.d.ts

declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}