File

teal-src/util/time.d.tl @ 11883:97aa4b2fe4e0

doap: Bump XEP-0313 version for going Stable
author Kim Alvefur <zash@zash.se>
date Wed, 03 Nov 2021 14:36:58 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


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