UNPKG

@rikishi/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

5 lines (4 loc) 168 B
declare module '@rikishi/watermelondb/utils/common/randomId' { export type Generator = () => string export function setGenerator(newGenenerator: Generator): void }