Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jazelly committed Oct 11, 2024
1 parent 42ce1b0 commit 5f2a8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/webidl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ interface WebidlUtil {
* Stringifies {@param V}
*/
Stringify (V: any): string

MakeTypeAssertion <I>(I: I): (arg: any) => arg is I

/**
* Mark a value as uncloneable for Node.js.
* This is only effective in some newer Node.js versions
* This is only effective in some newer Node.js versions.
*/
markAsUncloneable (V: any): void
}
Expand Down

0 comments on commit 5f2a8e8

Please sign in to comment.