mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
15 lines
149 B
JavaScript
15 lines
149 B
JavaScript
|
/*\
|
||
|
title: transitive/c.js
|
||
|
type: application/javascript
|
||
|
module-type: library
|
||
|
|
||
|
Transitive test C
|
||
|
|
||
|
\*/
|
||
|
|
||
|
|
||
|
exports.foo = function () {
|
||
|
return 1;
|
||
|
};
|
||
|
|