File

teal-src/util/id.d.tl @ 12034:ee94ac51b2dd

util.format: ALL THE TESTS!!! The more tests I made, the more Lua 5.1 quirks I discovered. Tests generated using a tool plus some touch-up.
author Kim Alvefur <zash@zash.se>
date Sat, 11 Dec 2021 20:38:54 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib