Checks if all the items in the given array match the given Schema type
import Schema from "@rapidom/schema"; const Validator = Schema.array().items(Schema.number());
Last updated 3 years ago