mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
/**
|
|
* https://github.com/oven-sh/bun/issues/685
|
|
*/
|
|
import { v4 as uuidv4 } from "uuid";
|
|
Bun.inspect(uuidv4());
|