HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/node_modules/yargs/build/lib/platform-shims/
Upload File :
Current File : //proc/1991111/root/usr/share/node_modules/yargs/build/lib/platform-shims/cjs.d.ts
/// <reference types="node" />
import { notStrictEqual, strictEqual } from 'assert';
import * as processArgv from '../utils/process-argv.js';
declare const _default: {
    assert: {
        notStrictEqual: typeof notStrictEqual;
        strictEqual: typeof strictEqual;
    };
    cliui: any;
    findUp: any;
    getEnv: (key: string) => string | undefined;
    getCallerFile: any;
    getProcessArgvBin: typeof processArgv.getProcessArgvBin;
    inspect: any;
    mainFilename: string;
    Parser: any;
    path: any;
    process: {
        argv: () => string[];
        cwd: () => string;
        execPath: () => string;
        exit: (code: number) => never;
        nextTick: (callback: Function, ...args: any[]) => void;
        stdColumns: number | null;
    };
    readFileSync: any;
    require: any;
    requireDirectory: any;
    stringWidth: any;
    y18n: any;
};
export default _default;