We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1634d5 commit 40a5d27Copy full SHA for 40a5d27
1 file changed
class.ts
@@ -38,5 +38,5 @@ export type Concrete<
38
*/
39
export type Class<C extends object = {}> =
40
& (abstract new (...args: any[]) => any)
41
- & { readonly prototype: Object }
+ & { readonly prototype: object }
42
& Omit<C, 'prototype'>;
0 commit comments