source:
frontend/node_modules/yargs/index.mjs
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 233 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | |
| 3 | // Bootstraps yargs for ESM: |
| 4 | import esmPlatformShim from './lib/platform-shims/esm.mjs'; |
| 5 | import {YargsWithShim} from './build/lib/yargs-factory.js'; |
| 6 | |
| 7 | const Yargs = YargsWithShim(esmPlatformShim); |
| 8 | export default Yargs; |
Note:
See TracBrowser
for help on using the repository browser.
