文件名称:hashids.js:一个小JavaScript库,可从数字生成类似YouTube的ID
文件大小:1021KB
文件格式:ZIP
更新时间:2024-02-25 10:30:34
javascript encoding hashids node npm-package
Hashids是一个小型JavaScript库,可从数字生成类似YouTube的ID。 当您不想向用户公开数据库ID时,请使用它: : 入门 通过以下方式安装Hashids: yarn add hashids (或只使用dist/hashids.js的代码) 在与ESM兼容的环境(Webpack,现代浏览器)中使用 import Hashids from 'hashids' const hashids = new Hashids ( ) console . log ( hashids . encode ( 1 ) ) 在CommonJS环境中使用(通常是Node.js ) const
【文件预览】:
hashids.js-master
----release.sh(591B)
----.releaserc(159B)
----.yarnrc.yml(252B)
----.babelrc.js(1KB)
----tests-mjs()
--------requiring.test.ts(983B)
--------importing.test.ts(956B)
--------importing.mjs(319B)
--------requiring.cjs(583B)
----package.json(4KB)
----.yarnrc(128B)
----.github()
--------dependabot.yml(419B)
--------workflows()
----.prettierignore(22B)
----tests()
--------custom-salt.test.ts(1KB)
--------bigint.test.ts(501B)
--------requiring.test.ts(830B)
--------default-params-hex.test.ts(1KB)
--------default-params.test.ts(2KB)
--------bad-input.test.ts(4KB)
--------encode-types.test.ts(737B)
--------bigint-test-cases.ts(873B)
--------custom-params.test.ts(2KB)
--------min-length.test.ts(726B)
--------types.d.ts(2KB)
--------benchmark.ts(1KB)
--------custom-params-hex.test.ts(2KB)
--------custom-alphabet.test.ts(2KB)
----esm()
--------index.js(14KB)
--------package.json(70B)
--------index.js.map(24KB)
--------index.d.ts(60B)
----LICENSE(1KB)
----dist()
--------hashids.js.map(24KB)
--------hashids.min.js.map(10KB)
--------hashids.min.js(7KB)
--------hashids.js(15KB)
----.mergify.yml(225B)
----.eslintrc.js(5KB)
----tsconfig.json(283B)
----cjs()
--------index.js(55B)
--------index.d.ts(55B)
----.gitignore(161B)
----CHANGELOG.md(6KB)
----lib()
--------hashids.ts(12KB)
----tsconfig.typings.json(91B)
----.yarn()
--------sdks()
--------plugins()
--------releases()
----README.md(8KB)
----yarn.lock(419KB)
----.editorconfig(230B)
----.gitattributes(25B)
----.vscode()
--------settings.json(1KB)
--------extensions.json(118B)