UNPKG

rxdb

Version:

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

7 lines (6 loc) 169 B
/** * Returns an unused port. * Used to ensure that different tests * do not accidentally use the same port. */ export declare function nextPort(): Promise<number>;