diff --git a/jecs.d.ts b/jecs.d.ts index 3032170..558cde2 100755 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -57,7 +57,7 @@ export type Archetype = { }; type IterFn = IterableFunction]>>; -type Iter = IterableFunction]>> & { +type Iter = IterFn & { /** * This isn't callable * @hidden