kopia lustrzana https://github.com/miklobit/TiddlyWiki5
16 wiersze
177 B
JavaScript
16 wiersze
177 B
JavaScript
|
/*\
|
||
|
title: exactExports/a.js
|
||
|
type: application/javascript
|
||
|
module-type: library
|
||
|
|
||
|
ExactExports test A
|
||
|
|
||
|
\*/
|
||
|
|
||
|
|
||
|
exports.program = function () {
|
||
|
return require('./program');
|
||
|
};
|
||
|
|
||
|
|