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
/
transitive
/
c.js
15 lines
(9 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*\ title: transitive/c.js
type
: application/javascript
module
-
type
: library Transitive test C \*/ exports.foo =
function
()
{
return
1
; };