UNPKG

@activejs/core

Version:

Pragmatic, Reactive State Management for JavaScript Apps

6 lines (5 loc) 362 B
import { AsyncSystemConfig, ClusterItems } from '../models'; export declare function checkAsyncSystemConfig(config: AsyncSystemConfig<any, any, any>): () => void; export declare function checkSerializability<T>(o: T): void; export declare function checkClusterItems(items: ClusterItems): void; export declare function checkPath(path: (string | number)[]): void;