mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
12 lines
134 B
JavaScript
12 lines
134 B
JavaScript
|
/*\
|
||
|
title: absolute/b.js
|
||
|
type: application/javascript
|
||
|
module-type: library
|
||
|
|
||
|
Absolute require test
|
||
|
|
||
|
\*/
|
||
|
|
||
|
|
||
|
exports.foo = function() {};
|