File: script.file.js

package info (click to toggle)
node-html-loader 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,384 kB
  • sloc: javascript: 2,708; xml: 18; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 45 bytes parent folder | download
1
2
3
4
5
function foo(arg) {
  return arg;
}

foo(1);