aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/prosody/util/format.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/prosody/util/format.d.tl')
-rw-r--r--teal-src/prosody/util/format.d.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/teal-src/prosody/util/format.d.tl b/teal-src/prosody/util/format.d.tl
new file mode 100644
index 00000000..1ff77c97
--- /dev/null
+++ b/teal-src/prosody/util/format.d.tl
@@ -0,0 +1,4 @@
+local record lib
+ format : function (string, ... : any) : string
+end
+return lib