Skip to content

Commit f883770

Browse files
The-LukeZLuca Hentschel
andauthored
feat: add isModalSubmitInteraction() type guard (#1428)
* Implement type-guard for modal submit interactions Added a type-guard function to check for modal submit interactions. * Implement missing isModalSubmitInteraction typeguard in deno types Added a type-guard function to check for modal submit interactions in deno types because I missed that before. * fix(typings): replace 'type-guard' with 'type guard' This corrects the spacing in the term across multiple locations for consistency with standard TypeScript terminology. * Revert "fix(typings): replace 'type-guard' with 'type guard'" This reverts commit 822b2e0. * fix(typings): replace 'type-guard' with 'type guard' in jsdoc comments in v10 * fix(typings): update JSDoc comments to use 'type guard' instead of 'type-guard' * fix(typings): replace "type-guard" with "type guard" in v9 utils * feat(interactions): add type guard for modal submit interactions in v9 --------- Co-authored-by: Luca Hentschel <[email protected]>
1 parent 117b63d commit f883770

File tree

4 files changed

+104
-52
lines changed

4 files changed

+104
-52
lines changed

deno/utils/v10.ts

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno/utils/v9.ts

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)