File

teal-src/util/random.d.tl @ 12048:f087bfd021ad

mod_smacks: Fix typo
author Kim Alvefur <zash@zash.se>
date Wed, 15 Dec 2021 11:24:45 +0100
parent 11459:86904555bffc
line wrap: on
line source

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