UNPKG

@tsbb/typescript

Version:

TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.

11 lines (10 loc) 281 B
export declare class Log { private data; private iconStr; constructor(); /** show project name */ name(): this; icon(str: string): this; error(message?: any, ...optionalParams: any[]): this; success(message?: any, ...optionalParams: any[]): this; }