File: index.d.ts

package info (click to toggle)
node-json-stable-stringify 1.0.2%2B~cs5.2.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: javascript: 505; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (17)
1
2
3
4
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}