Remove typeof

This commit is contained in:
Ukendio 2024-11-16 18:07:12 +01:00
parent a5747a6145
commit 5de3f7dd15

View file

@ -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()