mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 07:12:42 +08:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
'use strict';
|
|
|
|
// Bootstraps yargs for ESM:
|
|
import esmPlatformShim from './lib/platform-shims/esm.mjs';
|
|
import {YargsFactory} from './build/lib/yargs-factory.js';
|
|
|
|
const Yargs = YargsFactory(esmPlatformShim);
|
|
export default Yargs;
|