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