UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

9 lines 241 B
export declare class ID { /** * (for internal use) * bias in milliseconds to adjust generated cuid timestamps with */ static set timeBias(bias: number); static generate(): string; } //# sourceMappingURL=id.d.ts.map