mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
12 lines
137 B
JavaScript
12 lines
137 B
JavaScript
|
/*\
|
||
|
title: transitive/a.js
|
||
|
type: application/javascript
|
||
|
module-type: library
|
||
|
|
||
|
Transitive test A
|
||
|
|
||
|
\*/
|
||
|
|
||
|
exports.foo = require('./b').foo;
|
||
|
|