xref
: /
third_party
/
node
/
test
/
fixtures
/
exports-function-with-param.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
module
.
exports
=
function
foo
(
arg
) {
return
arg
; }
2