import { IsMongoId } from "https://deno.land/x/oak_nest@v1.15.1/example/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/oak_nest@v1.15.1/example/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.