Allowing `min|maxItems` with `NonEmptyArray` for flexibility

Would it make sense to allow Schema.min|maxItems to be used with NonEmptyArray (or to add nonEmpty(Min|Max)Items vesinos). I guess one could then create a nonsensical schemas, like: NonEmptyArray.pipe(Schema.maxItems(0)) , but given than things like this are already possible with Array (ie: min > max) I think it would be useful to have such filters.
Was this page helpful?