method ObjectId.isValidimport { ObjectId } from "https://deno.land/x/darkflare@v7.2.2/realm/mod.ts"; isValid(id: | string | number | ObjectId | ObjectIdLike | Uint8Array): booleanChecks if a value is a valid bson ObjectId Checks if a value is a valid bson ObjectId Parametersid: | string | number | ObjectId | ObjectIdLike | Uint8Array ObjectId instance to validate. Returnsboolean