We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c8d3 commit 7d4cd63Copy full SHA for 7d4cd63
index.d.ts
@@ -40,4 +40,4 @@ export class Item {
40
static nextStackId(): number;
41
}
42
43
-export default function loader(mcVersion: string): typeof Item;
+export default function loader(mcVersion: string | object): typeof Item;
0 commit comments