UNPKG

pushinka

Version:

Pushinka: Transactional, Reactive, and Asynchronous State Management

10 lines (9 loc) 234 B
export declare type LogCtx = { color: number; operation: string; margin: number; }; export declare class Log { static level: number; static print(context: LogCtx, marker: string, message: string): void; }