This syntax is TypeScript-specific and differs from the JSDoc standard: // @filename: types.d.ts export type Pet = { name: string, }; // @filename: main.js ...
確定! 回上一頁