mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
14 lines
136 B
JavaScript
14 lines
136 B
JavaScript
/*\
|
|
title: submodule/a.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Relative test A
|
|
|
|
\*/
|
|
|
|
|
|
|
|
exports.foo = require('./b').foo;
|
|
|