UNPKG

@piiano/forms

Version:
3 lines (2 loc) 115 B
export type Logger = typeof console.log; export declare function newLogger(name: string, debug?: boolean): Logger;