ng-packagr
Version:
Compile and package a TypeScript library to Angular Package Format
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;