This commit is contained in:
daimond113 2025-08-14 00:49:00 +02:00
parent 84ffa82da3
commit 34d9f956a8
No known key found for this signature in database

2
jecs.d.ts vendored
View file

@ -57,7 +57,7 @@ export type Archetype<T extends Id[]> = {
}; };
type IterFn<T extends Id[]> = IterableFunction<LuaTuple<[Entity, ...InferComponents<T>]>>; type IterFn<T extends Id[]> = IterableFunction<LuaTuple<[Entity, ...InferComponents<T>]>>;
type Iter<T extends Id[]> = IterableFunction<LuaTuple<[Entity, ...InferComponents<T>]>> & { type Iter<T extends Id[]> = IterFn<T> & {
/** /**
* This isn't callable * This isn't callable
* @hidden * @hidden