UNPKG

ts-cast

Version:
3 lines (2 loc) 208 B
import { StructSchema, OptionalUndefined, StructCaster } from '../engine/types'; export declare const struct: <S extends {}>(schema: StructSchema<S>, typeName?: string) => StructCaster<OptionalUndefined<S>>;