📄 index.d.ts
/home/palash/git/site/node_modules/fast-json-stable-stringify/index.d.ts
Language: ts • Lines: 4
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}