teal-src/util/time.d.tl
author Kim Alvefur <zash@zash.se>
Tue, 09 Mar 2021 14:36:46 +0100
changeset 11436 113f3912c7cb
permissions -rw-r--r--
util: Add Teal interface definition files Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise.


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