We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596a8b2 commit 131d4d0Copy full SHA for 131d4d0
test/benchmark.js
@@ -4,14 +4,14 @@ import { v4 as lukeed4 } from '@lukeed/uuid'
4
import { v4 as napiV4 } from '@napi-rs/uuid'
5
import benchmark from 'benchmark'
6
import crypto from 'node:crypto'
7
+import { styleText } from 'node:util'
8
import rndm from 'rndm'
9
import srs from 'secure-random-string'
10
import shortid from 'shortid'
11
import { uid } from 'uid'
12
import uidSafe from 'uid-safe'
13
import { uid as uidSecure } from 'uid/secure'
14
import { v4 as uuid4 } from 'uuid'
-import { styleText } from 'node:util'
15
16
import { nanoid as browser } from '../index.browser.js'
17
import { customAlphabet, nanoid } from '../index.js'
0 commit comments