File: index.d.ts

package info (click to toggle)
node-ts-loader 9.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 21,888 kB
  • sloc: javascript: 74,612; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (60)
1
2
3
4
5
6
export declare const lib: {
    one: number;
    two: number;
    three: number;
    four: number;
};