xref
: /
plugin
/
asciidocjs
/
node_modules
/
resolve
/
test
/
module_dir
/
ymodules
/
aaa
/
index.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module
.
exports
=
function
(
x
) {
return
x
+
100
; };
2