mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +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"
|