UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

7 lines (6 loc) 171 B
import { SchemaNode } from "./schemaNode"; /** * @todo update types * Note: JsonSchema my be false */ export default function resolveRef(node: SchemaNode): SchemaNode;