UNPKG

@pamlight/admin

Version:

The library for syncing data changes to multiple devices from your database

5 lines 347 B
import { IObjectMap, ReadConfigRouteOption } from "src/shared"; export declare const getDefaultPrimaryIndex: (adapterId?: string) => IObjectMap<1 | -1>; export declare const isIndexRequired: (options: ReadConfigRouteOption) => boolean; export declare const getRandomString: (size?: number) => string; //# sourceMappingURL=util.service.d.ts.map