UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

6 lines (5 loc) 144 B
/** * Returns the current time in milliseconds, * also ensures to not return the same value twice. */ export declare function now(): number;