# typeScript-learn **Repository Path**: kaibo123/typeScript-learn ## Basic Information - **Project Name**: typeScript-learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typeScript-learn - 安装 npm install -g typescript - 检查 tsc -v - 编译 tsc test.ts - 运行 node test.js