File: main.js

package info (click to toggle)
node-rollup-plugin-commonjs 23.0.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,208 kB
  • sloc: javascript: 6,636; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (9)
1
2
3
4
5
if (!global.count) {
  global.count = 0;
}

global.count += 1;