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
/
cyclic
/
a.js
16 lines
(10 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*\ title: cyclic/a.js
type
: application/javascript
module
-
type
: library Cycle
require
test A \*/ exports.a =
function
()
{
return
b; }; var b =
require
(
'./b'
);