diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..86213ad Binary files /dev/null and b/.DS_Store differ diff --git a/jecs.d.ts b/jecs.d.ts index 1319a74..86de20a 100644 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -255,7 +255,7 @@ export function pair_first
(world: World, p: Pair
): Entity
; * @returns The second entity (object) of the pair */ export function pair_second
(world: World, p: Pair
): Entity