UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

11 lines (10 loc) 315 B
export default class Logger { static log(content: any): void; static success(content: any): void; static warning(content: any): void; static error(content: any, { verbose }?: { verbose: boolean; }): void; static upload(content: any): void; static download(content: any): void; }