Skip to content

Commit 131d4d0

Browse files
committed
Sort imports
1 parent 596a8b2 commit 131d4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import { v4 as lukeed4 } from '@lukeed/uuid'
44
import { v4 as napiV4 } from '@napi-rs/uuid'
55
import benchmark from 'benchmark'
66
import crypto from 'node:crypto'
7+
import { styleText } from 'node:util'
78
import rndm from 'rndm'
89
import srs from 'secure-random-string'
910
import shortid from 'shortid'
1011
import { uid } from 'uid'
1112
import uidSafe from 'uid-safe'
1213
import { uid as uidSecure } from 'uid/secure'
1314
import { v4 as uuid4 } from 'uuid'
14-
import { styleText } from 'node:util'
1515

1616
import { nanoid as browser } from '../index.browser.js'
1717
import { customAlphabet, nanoid } from '../index.js'

0 commit comments

Comments
 (0)