mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 21:41:02 -08: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() {};
|