import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/string/IsAlphanumeric.ts";
Functions
Checks if the string contains only letters and numbers. If given value is not a string, then it returns false. | |
Checks if the string contains only letters and numbers. If given value is not a string, then it returns false. |