File

teal-src/util/random.d.tl @ 11878:bf6706057283

util.dataforms: Turn number values into timestamps for datetime fields Makes it symmetric with parsing.
author Kim Alvefur <zash@zash.se>
date Tue, 26 Oct 2021 15:17:49 +0200
parent 11459:86904555bffc
line wrap: on
line source

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