deno-fn / somefn
some functions for deno
通用 JS 功能 (浏览器环境兼容):
- hash
- SHA1
- SHA256
- SHA512
- HMAC
- SHA256
- SHA512
- Uint8Array to hex string tools hexString()
- 文本加 BOM, 用于 Windows 老款软件 textWithBOM()
- 随机字符串 (基于 crypto) genRandomString()
- 为数据进行 RSA 签名
依赖 Deno 运行时的功能:
gitChanges
查看 Git 变动.
说明:
- CSV 使用 Deno 标准库 https://deno.land/std@0.193.0/csv/mod.ts
- XML 建议使用
npm:fast-xml-parser