File: main.js

package info (click to toggle)
node-grunt-webpack 4.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: javascript: 911; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (4)
1
2
3
4
5
var test = function(a) {
    console.log(a);
}

test('hello world');