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