1.0.3 • Published 4 years ago

xx-test-array-map v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

发包过程

1. 初始化

npm init -y
tsc --init

2.编译

tsc  // tsc test.ts 可以指定文件

3.执行

node // node text.js 

4.发包

npm login
npm publish

5.报错

npm config set registry https://registry.npmjs.org/