UNPKG

@busy-web/utils

Version:

@busy-web util methods

6 lines (5 loc) 283 B
export declare const log: (...args: any[]) => void; export declare const assert: (message: string, test: boolean) => void; export declare const info: (...args: any[]) => void; export declare const warn: (...args: any[]) => void; export declare const error: (...args: any[]) => void;