File: implicitGlobal.js

package info (click to toggle)
node-rewire 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 392 kB
  • sloc: javascript: 1,386; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
implicitGlobal = "this is an implicit global var ..." +
    "yes, it's bad coding style but there are still some libs out there";

module.exports = function () {
    return undefinedImplicitGlobal;
};