UNPKG

evently-react

Version:

A Hook-Based Framework for Event-Driven React Apps

7 lines (6 loc) 288 B
export declare const Logger: { error: (message: string, ...optionalParams: any[]) => void; warn: (message: string, ...optionalParams: any[]) => void; info: (message: string, ...optionalParams: any[]) => void; debug: (message: string, ...optionalParams: any[]) => void; };