mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
var otherModule = require('./external.input.js');
|
|
module.exports = otherModule;
|