Array

Checks if the given value is an array

import Schema from "@rapidom/schema";

const Validator = Schema.array();

Last updated