UNPKG

node-liquibase

Version:
7 lines (6 loc) 177 B
export declare class Logger { constructor(); static log(message: string): void; static warn(message: string): void; static error(message: string): void; }