File

teal-src/util/time.d.tl @ 12356:0f77e28df5c8

net.stun: New library that implements STUN/TURN parsing/serialization
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 15:23:32 +0000
parent 11432:113f3912c7cb
line wrap: on
line source


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