Skip to content

Commit d40c8e6

Browse files
committed
Sort imports
1 parent 04727e4 commit d40c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nanoid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
import { nanoid, customAlphabet } from '../index.js'
3+
import { customAlphabet, nanoid } from '../index.js'
44

55
function print(msg) {
66
process.stdout.write(msg + '\n')

0 commit comments

Comments
 (0)