UNPKG

cli-block

Version:
4 lines (3 loc) 227 B
import { LoggerSettings } from "../types"; export declare const createStart: (msg: string, settings?: Partial<LoggerSettings>) => string[]; export declare const start: (msg: string, settings?: Partial<LoggerSettings>) => void;