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