UNPKG

@altostra/core

Version:

Core library for shared types and logic

4 lines (3 loc) 199 B
import type { JSONSchema4 as JSONSchema } from 'json-schema'; export type { JSONSchema }; export declare const isJSONSchema: import("@altostra/type-validations").WithRecursionValidation<JSONSchema>;