fp node ts 源码
带节点的TypeScript中的函数式编程 设置 在节点10上测试 npm install 头等舱功能 箭头功能 运行示例代码 tsc && node dist/arrowFunctions/index.js 变量中的函数 tsc && node dist/functionsVariable/index.js 用作参数 tsc && node dist/functionsAsArgument/index.js 返回函数作为值 tsc && node dist/returnFunctions/index.js 关闭 tsc && node dist/closures/index.js 私人变量
文件列表
fp-node-ts-main.zip
(预估有个13文件)
fp-node-ts-main
package.json
293B
package-lock.json
661B
src
returnFunctions
index.ts
1KB
arrowFunctions
index.ts
943B
wordCounter
index.ts
896B
暂无评论