UNPKG

@ablestack/rdo

Version:

A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications

12 lines (11 loc) 296 B
import { NodeTypeInfo } from '../..'; /** * */ declare function getNodeType(rdoNodeVal: any): NodeTypeInfo; declare function isPrimitive(val: any): boolean; export declare const NodeTypeUtils: { getNodeType: typeof getNodeType; isPrimitive: typeof isPrimitive; }; export {};