File: main.ts

package info (click to toggle)
node-rollup-plugin-typescript 11.1.5~ds%2B~1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,332 kB
  • sloc: javascript: 1,840; makefile: 21
file content (2 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (4)
1
2
const answer: number = 42;
console.log( `the answer is ${answer}` );