File

teal-src/util/time.d.tl @ 12167:03f551510b1e

migrator: Enhance logging
author Kim Alvefur <zash@zash.se>
date Sun, 09 Jan 2022 16:35:43 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


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