aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/human/units.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/human/units.d.tl')
-rw-r--r--teal-src/util/human/units.d.tl5
1 files changed, 4 insertions, 1 deletions
diff --git a/teal-src/util/human/units.d.tl b/teal-src/util/human/units.d.tl
index f6568d90..3db17c3a 100644
--- a/teal-src/util/human/units.d.tl
+++ b/teal-src/util/human/units.d.tl
@@ -1,5 +1,8 @@
local lib = record
+ enum logbase
+ "b" -- 1024
+ end
adjust : function (number, string) : number, string
- format : function (number, string, string) : string
+ format : function (number, string, logbase) : string
end
return lib