File

teal-src/util/time.d.tl @ 11976:10cdfb94f1cc

mod_smacks: Remove dead legacy code for 0.10
author Kim Alvefur <zash@zash.se>
date Wed, 01 Dec 2021 15:27:55 +0100
parent 11432:113f3912c7cb
line wrap: on
line source


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