Items

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