
## 使用TypeScript编写npm工具包



## 发布命令
```bash
# 切换到官方源
npm config set registry https://registry.npmjs.org/
# 重新执行命令（如发布）
npm publish
```