File: file.ts

package info (click to toggle)
node-ts-loader 9.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,880 kB
  • sloc: javascript: 7,230; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (3)
1
2
3
var whitelistedFile = "a whitelisted file";

export = whitelistedFile;