UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

5 lines (4 loc) 145 B
import { ValidateFunction } from 'ajv'; import type { Type } from './partial-settings'; declare let v: ValidateFunction<Type>; export default v;