import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/array/ArrayNotContains.ts";
Functions
Checks if array does not contain any of the given values. If null or undefined is given then this function returns false. | |
Checks if array does not contain any of the given values. If null or undefined is given then this function returns false. |