mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 19:01:53 +02:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
#! /usr/bin/env node
|
||
|
|
||
|
var ULID = require('../dist/index.umd.js')
|
||
|
process.stdout.write(ULID.ulid())
|