File: bar-constant.ts

package info (click to toggle)
node-ts-jest 29.1.1%2B~cs0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,408 kB
  • sloc: javascript: 2,573; makefile: 19
file content (3 lines) | stat: -rw-r--r-- 39 bytes parent folder | download | duplicates (2)
1
2
3
export enum BarEnum {
  one = 'ONE',
}