UNPKG

@typed/test

Version:
4 lines (3 loc) 164 B
export declare function log(msg: string): Promise<void>; export declare function error(msg: string): Promise<void>; export declare function clear(): Promise<void>;