mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
8 lines
231 B
JavaScript
8 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;
|