ng-packagr
Version:
Compile and package Angular libraries in Angular Package Format (APF)
7 lines (6 loc) • 312 B
TypeScript
export declare const error: (err: string | Error) => void;
export declare const warn: (msg: string) => void;
export declare const success: (msg: string) => void;
export declare const info: (msg: string) => void;
export declare const msg: (msg: string) => void;
export declare const debug: (msg: string) => void;