We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e32c06 commit 7b3f18aCopy full SHA for 7b3f18a
types/webidl.d.ts
@@ -50,7 +50,7 @@ interface WebidlUtil {
50
/**
51
* @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
52
*/
53
- Type (object: unknown): WebIDLTypes
+ Type (object: unknown): WebIDLTypes[keyof WebIDLTypes]
54
55
TypeValueToString (o: unknown):
56
| 'Undefined'
0 commit comments