mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 06:50:46 -08:00
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
/*\
|
|
title: transitive/a.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Transitive test A
|
|
|
|
\*/
|
|
|
|
exports.foo = require('./b').foo;
|
|
|