flow to typescript:将带有流注释的文件转换为TypeScript 源码
流到TypeScript 将Flow文件编译为TypeScript 在Alpha之前-欢迎捐款。 安装 # Using Yarn: yarn add flow-to-typescript # Or, using NPM: npm install flow-to-typescript --save 用法 命令行界面 # Install globally yarn global add flow-to-typescript # Compile a file (all of these are equivalent) flow2ts my/file.js.flow flow2ts
用户评论