$
This commit is contained in:
5
node_modules/nanoid/bin/nanoid.cjs
generated
vendored
Normal file
5
node_modules/nanoid/bin/nanoid.cjs
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
let { nanoid } = require('..')
|
||||
|
||||
process.stdout.write(nanoid() + '\n')
|
Reference in New Issue
Block a user