File: foo.js

package info (click to toggle)
node-rollup 0.50.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,584 kB
  • sloc: makefile: 35; sh: 2
file content (3 lines) | stat: -rw-r--r-- 32 bytes parent folder | download | duplicates (4)
1
2
3
var x = 42;

export { x as y };