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