diff --git a/lib/init.lua b/lib/init.lua index ccf4c89..8bffd3e 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -361,7 +361,7 @@ local EmptyQuery = { } EmptyQuery.__index = EmptyQuery -type Query = typeof(setmetatable({}, EmptyQuery)) +export type Query = typeof(setmetatable({}, EmptyQuery)) function World.query(world: World, ...: i53): Query local compatibleArchetypes = {}