File

teal-src/util/time.d.tl @ 12259:57792ed670e7

mod_bookmarks: Fix typos in stanza error messages [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 04 Feb 2022 16:39:35 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


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