mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Remove typeof
This commit is contained in:
parent
a5747a6145
commit
5de3f7dd15
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
local jecs: typeof(require("../jecs/src")) = require("@jecs")
|
local jecs = require("@jecs")
|
||||||
|
|
||||||
local testkit = require("@testkit")
|
local testkit = require("@testkit")
|
||||||
local BENCH, START = testkit.benchmark()
|
local BENCH, START = testkit.benchmark()
|
||||||
|
|
Loading…
Reference in a new issue