API ReferenceSchemasbooleanOn this pagebooleanCreates a schema which parses boolean values.Example​import { boolean } from "@sodd/core";const schema = boolean();schema.parse(true); // ✅schema.parse(false); // ✅schema.parse("sodd"); // 🚨Issue types​InvalidTypeIssue