Current section

Files

Jump to
common_graphql_client priv npm node_modules fast-json-stable-stringify index.d.ts
Raw

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

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