function generateimport { generate } from "https://deno.land/std@0.72.0/uuid/v1.ts"; generate(options?: V1Options | null,buf?: number[],offset?: number,): string | number[]Generates a RFC4122 v1 UUID (time-based) Parametersoptionaloptions: V1Options | nullCan use RFC time sequence values as overwrites optionalbuf: number[]Can allow the UUID to be written in byte-form starting at the offset optionaloffset: numberIndex to start writing on the UUID bytes in buffer Returnsstring | number[]