UNPKG

reactotron-core-client

Version:

Grants Reactotron clients the ability to talk to a Reactotron server.

6 lines (5 loc) 190 B
/** * Starts a lame, low-res timer. Returns a function which when invoked, * gives you the number of milliseconds since passing. ish. */ export declare const start: () => () => number;