File: test-node-module.js

package info (click to toggle)
node-flow-remove-types 1.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: javascript: 668; sh: 44; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (2)
1
2
3
4
// @flow

var n: number = 42;
console.log(n);