We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04727e4 commit d40c8e6Copy full SHA for d40c8e6
bin/nanoid.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-import { nanoid, customAlphabet } from '../index.js'
+import { customAlphabet, nanoid } from '../index.js'
4
5
function print(msg) {
6
process.stdout.write(msg + '\n')
0 commit comments