摘要: 以下内容摘抄自《TypeScript编程》Boris Cherny著 安道译 1. 函数类型 // 简写型 type Log = (message: string, userId?: string) => void; // 完整型 type Log = { (message: string, use 阅读全文
posted @ 2023-05-14 21:29 黄燃 阅读(22) 评论(0) 推荐(0) 编辑