File

teal-src/util/random.d.tl @ 11964:563ee7969f6c

util.async tests: Explicitly import match from luassert (luacheck)
author Matthew Wild <mwild1@gmail.com>
date Mon, 29 Nov 2021 14:22:08 +0000
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n:integer):string
end
return lib