teal-src/util/time.d.tl
author Kim Alvefur <zash@zash.se>
Mon, 07 Mar 2022 00:35:29 +0100
changeset 12392 50fcd3879482
parent 11436 113f3912c7cb
permissions -rw-r--r--
spelling: non-existing mistakes (thanks timeless)


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