UNPKG

@oclif/core

Version:

base library for oclif CLIs

3 lines (2 loc) 190 B
export declare const stdout: (str?: string | string[] | undefined, ...args: string[]) => void; export declare const stderr: (str?: string | string[] | undefined, ...args: string[]) => void;