mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Fix typings of exported pair function
This commit is contained in:
parent
303bd4ed16
commit
ceb7ea9866
1 changed files with 1 additions and 1 deletions
|
@ -1853,7 +1853,7 @@ return {
|
||||||
Name = EcsName :: Entity<string>,
|
Name = EcsName :: Entity<string>,
|
||||||
Rest = EcsRest :: Entity,
|
Rest = EcsRest :: Entity,
|
||||||
|
|
||||||
pair = ECS_PAIR,
|
pair = ECS_PAIR :: <P, O>(first: P, second: O) -> Pair<P, O>,
|
||||||
|
|
||||||
-- Inwards facing API for testing
|
-- Inwards facing API for testing
|
||||||
ECS_ID = ECS_ENTITY_T_LO,
|
ECS_ID = ECS_ENTITY_T_LO,
|
||||||
|
|
Loading…
Reference in a new issue