File: index.d.ts

package info (click to toggle)
node-fast-json-stable-stringify 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: javascript: 196; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (16)
1
2
3
4
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}