UNPKG

@bleed-believer/path-alias

Version:
9 lines (8 loc) 257 B
import type { NodeProcessInstance } from './interfaces/index.js'; export declare class Argv { #private; get raw(): string[]; get main(): string[]; get flags(): Map<string, string[]>; constructor(processInstance?: NodeProcessInstance); }