export Query type

This commit is contained in:
Shane 2024-04-30 16:55:48 -07:00 committed by GitHub
parent e2d1156f72
commit 1b1ae947d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {}