@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
6 lines (5 loc) • 308 B
TypeScript
export declare const logBuild: (msg: string) => void;
export declare const logReload: (msg: string) => void;
export declare const logWarn: (prefix: string, msg: string) => void;
export declare const logDisabled: (prefix: string, msg: string) => void;
export declare const logDiagnostic: (diag: any) => void;