mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-12 09:42:19 -07:00
11 lines
134 B
JavaScript
11 lines
134 B
JavaScript
/*\
|
|
title: absolute/b.js
|
|
type: application/javascript
|
|
module-type: library
|
|
|
|
Absolute require test
|
|
|
|
\*/
|
|
|
|
|
|
exports.foo = function() {};
|