package.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fast-json-stable-stringify Show documentation
Show all versions of fast-json-stable-stringify Show documentation
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
The newest version!
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy