UNPKG

@ablestack/rdo

Version:

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

10 lines (9 loc) 343 B
declare function nonKeyedCollectionSizeCheck({ sourceNodeTypePath, collectionSize, collectionType }: { sourceNodeTypePath: string; collectionSize: number; collectionType: string; }): void; export declare const RdoWrapperValidationUtils: { nonKeyedCollectionSizeCheck: typeof nonKeyedCollectionSizeCheck; }; export {};