Prompts-MCP 686 skills · ai / design / design-pattern / framework / fundamentals / habit / lang / tech-selection /mcp/sse
lang lang/typescript/async/index.md medium

lang-typescript-async-index

TypeScript 异步规范

子项索引

子项 一句话
no-floating-promise skill 禁 floating promise — 必 await 或显式 .catch
promise-vs-await skill 优先 async/await — 仅 then/catch 用于副作用编排