function isNilimport { isNil } from "https://dotland.deno.dev/std@0.224.0/uuid/mod.ts"; isNil(id: string): booleanCheck if the passed UUID is the nil UUID. ExamplesExample 1 import { isNil } from "https://deno.land/std@0.224.0/uuid/mod.ts"; isNil("00000000-0000-0000-0000-000000000000"); // true isNil(crypto.randomUUID()); // false Parametersid: stringReturnsboolean