UNPKG

@alilc/build-plugin-alt

Version:

build-scripts plugin template for developers

6 lines (5 loc) 121 B
type IInfo = (msg: string, options?: { needBreak?: boolean; }) => void; export declare const info: IInfo; export {};