UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

3 lines (2 loc) 143 B
import { TSFYContext, TSFYRef } from './tsfy'; export declare function parseTSFyValue(rootValue: any, context: TSFYContext): Promise<TSFYRef>;