UNPKG
node-resource
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.0
A module loading manager
github.com/henrytseng/node-resource
henrytseng/node-resource
node-resource
/
tests
/
mocks
/
foobar
/
foo.js
7 lines
(6 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
=
function
(
) {
return
function
(
) {
return
'foo'
; }; };