import { IsMongoId } from "https://deno.land/x/deno_nest@v3.5.1/example/dev/deps.ts";
Checks if the string is a valid hex-encoded representation of a MongoDB ObjectId. If given value is not a string, then it returns false.
import { IsMongoId } from "https://deno.land/x/deno_nest@v3.5.1/example/dev/deps.ts";
Checks if the string is a valid hex-encoded representation of a MongoDB ObjectId. If given value is not a string, then it returns false.