UNPKG

integreat

Version:
3 lines (2 loc) 172 B
import type Schema from '../Schema.js'; export default function castNonPrimitive(type: string, schemas: Map<string, Schema>): (value: unknown, isRev?: boolean) => unknown;