JSDoc 是JavaScript 的文档生成工具,在JavaScript 块注释的基础上提供了一套tag ... @filename: types.d.ts export type Pet = { name: string, } ...
確定! 回上一頁