UNPKG
@inchill/time-to-interactive
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
Easily measure performance metrics of time to interactive in JavaScript.
@inchill/time-to-interactive
/
dist
/
debug.d.ts
6 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Prints a log statement to the console if the DEBUG flag is true. *
@param
args any[] */
export
declare
const
log
: <T>
(
...
args
: T[]
) =>
void
;