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