UNPKG

import-dir

Version:
14 lines (10 loc) 158 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function run() { console.log('moduleC'); } exports.default = { run: run };