diff --git a/jecs.d.ts b/jecs.d.ts index 6d70f50..179a4b0 100644 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -289,8 +289,8 @@ export function pair_first
(world: World, p: Pair
): Entity
; */ export function pair_second
(world: World, p: Pair
): Entity (pair: Pair ): Entity ;
-export function ECS_PAIR_SECOND (pair: Pair ): Entity