import { isNil } from "https://deno.land/std@0.209.0/uuid/mod.ts";
Check if the passed UUID is the nil UUID.
import { isNil } from "https://deno.land/std@0.209.0/uuid/mod.ts";
isNil("00000000-0000-0000-0000-000000000000") // true
isNil(crypto.randomUUID()) // false