UNPKG

@zcorky/schema

Version:

Object schema validation written with TypeScript, inspired by dayjs and schema

3 lines (2 loc) 141 B
import Objectx, { IObject } from '../types/object'; export declare function compose<T extends object>(...types: IObject<any>[]): Objectx<T>;