mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 06:50:46 -08:00
14 lines
149 B
JavaScript
14 lines
149 B
JavaScript
/*\
|
|
title: transitive/c.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Transitive test C
|
|
|
|
\*/
|
|
|
|
|
|
exports.foo = function () {
|
|
return 1;
|
|
};
|
|
|