chore: fix typos (#1090)
This commit is contained in:
@@ -48,7 +48,7 @@ type PropConstructor<T = any> =
|
||||
| PropMethod<T>
|
||||
|
||||
type PropMethod<T> = T extends (...args: any) => any // if is function with args
|
||||
? { new (): T; (): T; readonly proptotype: Function } // Create Function like contructor
|
||||
? { new (): T; (): T; readonly proptotype: Function } // Create Function like constructor
|
||||
: never
|
||||
|
||||
type RequiredKeys<T, MakeDefaultRequired> = {
|
||||
|
||||
Reference in New Issue
Block a user