teal-src/prosody/util/time.d.tl
changeset 12983 fbbf4f0db8f0
parent 11436 113f3912c7cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/teal-src/prosody/util/time.d.tl	Thu Mar 23 13:36:52 2023 +0100
@@ -0,0 +1,6 @@
+
+local record lib
+	now : function () : number
+	monotonic : function () : number
+end
+return lib