dylang / shortid

Short id generator. Url-friendly. Non-predictable. Cluster-compatible.
https://www.npmjs.org/package/shortid
Other
5.74k stars 258 forks source link

Quote is no longer supported var format = require('nanoid/format'); #155

Closed swm888 closed 4 years ago

swm888 commented 4 years ago

var format = require('nanoid/format'); run project tip: not found 'nanoid/format'

maybe can resolve import { customRandom } from 'nanoid'

ai commented 4 years ago

shortid uses old Nano ID 2 with old syntax

swm888 commented 4 years ago

ok,thx.