UNPKG
@yeatszhang/tiddlywiki
Version:
latest (5.1.15-prerelease)
5.1.15-prerelease
a non-linear personal web notebook
github.com/Jermolene/TiddlyWiki5
Jermolene/TiddlyWiki5
@yeatszhang/tiddlywiki
/
editions
/
testcommonjs
/
tiddlers
/
nested
/
a
/
b
/
c
/
d.js
15 lines
(9 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*\ title: a/b/c/d.js
type
: application/javascript
module
-
type
: library Nested test \*/ exports.foo =
function
()
{
return
1
; };