change package manager to pnpm, change type definition
This commit is contained in:
@@ -112,6 +112,7 @@ function generateDeclarations(classNames) {
|
||||
*/
|
||||
type CreatableInstancesWithConstructors = {
|
||||
[K in keyof CreatableInstances]: {
|
||||
new (parent?: Instance): CreatableInstances[K];
|
||||
new (...args: any[]): CreatableInstances[K];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user