mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-25 15:34:44 +00:00
5 lines
91 B
JavaScript
Executable file
5 lines
91 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
let { nanoid } = require('..')
|
|
|
|
process.stdout.write(nanoid() + '\n')
|