UNPKG

succulent

Version:

Powerful and easy runtime type checking

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