UNPKG

241 BTypeScriptView Raw
1import { SubschemaConfig } from './types';
2export declare function isSubschemaConfig(value: any): value is SubschemaConfig<any, any, any, any>;
3export declare function cloneSubschemaConfig(subschemaConfig: SubschemaConfig): SubschemaConfig;