frontend/.pnpm-store/v3/files/04/f0a5a9d9c1ddcb2310a26f55cb16c919ec7dd57d0ff65a9430d4feebe3c3e07eccfab29161650826af34ca557d7c4e0a309764ade545c1e2ce8988a23d410d

11 lines
384 B
Plaintext

import {applyExtends as _applyExtends} from '../build/lib/utils/apply-extends.js';
import {hideBin} from '../build/lib/utils/process-argv.js';
import Parser from 'yargs-parser';
import shim from '../lib/platform-shims/esm.mjs';
const applyExtends = (config, cwd, mergeExtends) => {
return _applyExtends(config, cwd, mergeExtends, shim);
};
export {applyExtends, hideBin, Parser};