frontend/.pnpm-store/v3/files/f6/64f931d892ee491ca36e90ff4c7057f0d00a4aef2d6eb4df9f3707684b39d7092b4de3606c9226cb9169b3dddd0199095aaed05bcc645297fdbe5e14e283bd

9 lines
233 B
Plaintext

'use strict';
// Bootstraps yargs for ESM:
import esmPlatformShim from './lib/platform-shims/esm.mjs';
import {YargsWithShim} from './build/lib/yargs-factory.js';
const Yargs = YargsWithShim(esmPlatformShim);
export default Yargs;