File

teal-src/util/random.d.tl @ 12440:1ef893715311 0.12

configmanager: Add method to report loaded config files (part of #1729 fix)
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Mar 2022 11:41:32 +0100
parent 11459:86904555bffc
line wrap: on
line source

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