UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

5 lines (4 loc) 135 B
export declare class Logger { static info: (...args: any[]) => void; static echo: (message: string, vars?: any) => void; }