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.

5 lines 285 B
export declare function isObject(value: any): boolean; export declare function isArray(value: any): value is any[]; export declare function isMap(value: any): value is Map<any, any>; export declare function isObjectOrArray(value: any): boolean; //# sourceMappingURL=data.utils.d.ts.map