# typescript学习 **Repository Path**: fangyan1994/typescript_study ## Basic Information - **Project Name**: typescript学习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-30 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typescript学习 [参考学习资料](http://nixi-studio.com/) ## 数据类型 [数据类型](./dataType.ts) ## 接口 [接口](./interface.ts) ## 数组类型 [数组类型](./array.ts) ## 函数类型 [函数类型](./function.ts) ## 元组类型 [元组类型](./tuple.ts) ## 枚举类型 [枚举类型](./enum.ts) ## 联合类型、交叉类型、类型断言 [联合类型、交叉类型、类型断言](./combineType.ts) ## 内置对象 [内置对象](./internalObject.ts) ## 类 [类](./class.ts)