File: register.d.ts

package info (click to toggle)
node-source-map-support 0.5.21%2Bds%2B~0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: javascript: 1,163; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
/* eslint-disable @definitelytyped/no-useless-files */

// For following usage:
//    import 'source-map-support/register'
// Instead of:
//    import sourceMapSupport from 'source-map-support'
//    sourceMapSupport.install()