UNPKG

@inchill/time-to-interactive

Version:

Easily measure performance metrics of time to interactive in JavaScript.

6 lines (5 loc) 150 B
/** * Prints a log statement to the console if the DEBUG flag is true. * @param args any[] */ export declare const log: <T>(...args: T[]) => void;