File: index.d.ts

package info (click to toggle)
node-json5 2.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 516 kB
  • sloc: javascript: 2,673; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (20)
1
2
3
4
import parse = require('./parse')
import stringify = require('./stringify')

export {parse, stringify}