teal-src/util/format.d.tl
author Kim Alvefur <zash@zash.se>
Sun, 09 Oct 2022 15:38:36 +0200
branch0.12
changeset 12763 ec54fe0003d5
parent 11436 113f3912c7cb
permissions -rw-r--r--
util.jsonschema: Fix Lua 5.2 integer compat math.type() is unavailable before Lua 5.3 so this should use the compat function added at the top

local record lib
	format : function (string, ... : any) : string
end
return lib