change package manager to pnpm, change type definition

This commit is contained in:
2026-06-22 21:48:57 +02:00
parent b673375f30
commit d1292bf6a6
4 changed files with 3422 additions and 8805 deletions
+1
View File
@@ -112,6 +112,7 @@ function generateDeclarations(classNames) {
*/
type CreatableInstancesWithConstructors = {
[K in keyof CreatableInstances]: {
new (parent?: Instance): CreatableInstances[K];
new (...args: any[]): CreatableInstances[K];
}
}