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