UNPKG

z-utils-ts

Version:

使用TypeScript编写的工具函数库

12 lines (8 loc) 201 B
## 使用TypeScript编写npm工具包 ## 发布命令 ```bash # 切换到官方源 npm config set registry https://registry.npmjs.org/ # 重新执行命令(如发布) npm publish ```