summaryrefslogtreecommitdiff
path: root/deps/undici/src/types/webidl.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deps/undici/src/types/webidl.d.ts')
-rw-r--r--deps/undici/src/types/webidl.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/undici/src/types/webidl.d.ts b/deps/undici/src/types/webidl.d.ts
index 182d18e0d4..40cfe064f8 100644
--- a/deps/undici/src/types/webidl.d.ts
+++ b/deps/undici/src/types/webidl.d.ts
@@ -170,6 +170,8 @@ export interface Webidl {
*/
sequenceConverter <Type>(C: Converter<Type>): SequenceConverter<Type>
+ illegalConstructor (): never
+
/**
* @see https://webidl.spec.whatwg.org/#es-to-record
* @description Convert a value, V, to a WebIDL record type.