Newer
Older
alert / js / node_modules / fast-json-stable-stringify / index.d.ts
@Réz István Réz István on 18 Nov 2021 110 bytes first commit
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}