UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

9 lines 404 B
export default class RhineVarConfig { static ENABLE_LOG: boolean; static ENABLE_ERROR: boolean; static ENABLE_SYNC_HANDSHAKE_CHECK: boolean; } export declare function enableRhineVarLog(value: boolean): void; export declare function enableRhineVarSyncHandshakeCheck(value: boolean): void; export declare function getRhineVarConfig(): typeof RhineVarConfig; //# sourceMappingURL=config.d.ts.map