Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/mod.ts>UUID.isValid

MongoDB driver for Deno
Extremely Popular
Go to Latest
method UUID.isValid
Re-export
import { UUID } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Checks if a value is a valid bson UUID

Parameters

input: string | Uint8Array | UUID
  • UUID, string or Buffer to validate.

Returns

boolean