File

teal-src/util/time.d.tl @ 12339:4ba0a0dfa047

prosody.cfg.lua.dist: Comment improvements: authentication
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Feb 2022 16:29:38 +0000
parent 11432:113f3912c7cb
line wrap: on
line source


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