mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
12 lines
138 B
JavaScript
12 lines
138 B
JavaScript
/*\
|
|
title: transitive/b.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Transitive test B
|
|
|
|
\*/
|
|
|
|
|
|
|
|
exports.foo = require('./c').foo;
|