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