shrink-string:适用于Node的微型字符串压缩模块

时间:2021-05-04 10:10:39
【文件属性】:
文件名称:shrink-string:适用于Node的微型字符串压缩模块
文件大小:46KB
文件格式:ZIP
更新时间:2021-05-04 10:10:39
compression string compress shrink JavaScript 收缩绳 适用于Node的微型字符串压缩模块。 安装 npm i shrink-string 用法 const { compress , decompress } = require ( 'shrink-string' ) // `compress` takes a unicode string and returns a base64 string // `decompress` takes that base64 string and returns the original unicode string const thing = async ( s = '' ) => { const shrunk = await compress ( s ) const expanded = await decompress ( shrunk ) assert ( s === expa
【文件预览】:
shrink-string-master
----.eslintrc.json(285B)
----.gitignore(1KB)
----package.json(1KB)
----.npmrc(16B)
----package-lock.json(148KB)
----LICENSE.md(7KB)
----index.test.js(347B)
----index.js(494B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(315B)
--------ISSUE_TEMPLATE.md(149B)
--------CONTRIBUTING.md(390B)
--------FUNDING.yml(77B)
--------workflows()
----.prettierrc.js(60B)
----README.md(813B)
----.gitattributes(2KB)
----.editorconfig(320B)

网友评论