Sync uuid from string
How can I generate a UUID from a string synchronously?
In the standard library I only found this async module https://deno.land/std@0.160.0/uuid/v5.ts?s=generate
In the standard library I only found this async module https://deno.land/std@0.160.0/uuid/v5.ts?s=generate
