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