ds-tool
v1.3.9
Published
js工具函数
Downloads
10
Readme
ds-tool
- 打包 npm run build-ts
介绍
js工具函数
node
- dev: >=14.7.0
安装
npm install ds-tool -S
使用
import ds from 'ds-tool'
const res = ds.regGetByteOfStr('fjdsa'); // 获取字符串的字节长度
console.log(res, 'regGetByteOfStr')