UNPKG

import-dir

Version:
8 lines (5 loc) 79 B
'use strict'; function run() { console.log('moduleB'); } exports.run = run;