werkbank
    Preparing search index...
    • Determines if a schema is required (not optional, nullable, or nullish).

      Type Parameters

      • S extends BaseSchema<any, any, any>

      Parameters

      • schema: S

        The schema to check.

      Returns boolean

      true if the schema is required, false otherwise.