File

teal-src/util/time.d.tl @ 11940:2d82e4245aa3

util.prosodyctl.check: Add mod_http_openmetrics settings to known globals
author Kim Alvefur <zash@zash.se>
date Thu, 25 Nov 2021 12:14:44 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


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