aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/time.d.tl
blob: e159706b8f6fbcbfa48fce5365e6ea9e2639c9f7 (plain)
1
2
3
4
5
6

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