Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: hashids
node v10.24.1
endpoint
share
tweet
var Hashids = require('hashids'); var hashids = new Hashids(); var results = [] for (let i = 0; i < 256; i++) { results.push(hashids.encode(i)) } results.sort()
Created from: https://npm.runkit.com/hashids
Loading…
Clone and edit this document