UNPKG

succulent

Version:

Powerful and easy runtime type checking

5 lines 167 B
import { Schema } from "../schema"; export const $string = new Schema((x) => typeof x === "string", { displayName: "string", }); //# sourceMappingURL=string.js.map