UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

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