UNPKG

hanxiegddsadas

Version:

This is a component demo for Serverless Devs Tool

11 lines (10 loc) 305 B
export default class ComponentLogger { static CONTENT: string; static setContent(content: any): void; static log(m: any): void; static info(m: any): void; static debug(m: any): void; static error(m: any): void; static warning(m: any): void; static success(m: any): void; }