mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
This way, require("/foo") will work if there is a "foo.js", or a file named
simply "foo" with no extension.
3 lines
20 B
Plaintext
3 lines
20 B
Plaintext
|
|
exports.foo = "ok"
|