@klastra/ksync
Version:
Real-time sync engine for modern applications with 300k+ ops/sec performance
10 lines • 407 B
TypeScript
export declare function generateId(): string;
export declare function getClientId(): string;
export declare function createLogger(debug?: boolean): {
log: (...args: any[]) => false | void;
error: (...args: any[]) => void;
warn: (...args: any[]) => false | void;
};
export declare function deepClone<T>(obj: T): T;
export declare function isBrowser(): boolean;
//# sourceMappingURL=utils.d.ts.map