TypeScript 设计模式 这是一个使用 TypeScript 学习设计模式的项目,使用 Vitest 进行构建和验证。 项目结构 src/: 包含设计模式的源代码。 creational/: 创建型设计模式。 structural/: 结构型设计模式。 behavioral/: 行为型设计模式。 如何运行测试 npm test