File

teal-src/util/time.d.tl @ 12343:310bd427901c

prosody.cfg.lua.dist: Remove example certificate, this should just work
author Kim Alvefur <zash@zash.se>
date Sun, 13 Feb 2022 21:52:43 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


local record lib
	now : function () : number
	monotonic : function () : number
end
return lib