mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 16:44:42 +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;
|
|
|