UNPKG

succulent

Version:

Powerful and easy runtime type checking

5 lines 143 B
import { Schema } from "../schema"; export function is(x, schema, ref) { return Schema.is(schema, x, ref); } //# sourceMappingURL=is.js.map