File: index.d.ts

package info (click to toggle)
node-json-stable-stringify 1.0.1%2B~cs5.1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: javascript: 463; makefile: 2
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;
}