teal-src/prosody/util/human/units.d.tl
author Kim Alvefur <zash@zash.se>
Thu, 23 Mar 2023 13:36:52 +0100
changeset 12983 fbbf4f0db8f0
parent 12612 teal-src/util/human/units.d.tl@946a11f794e2
permissions -rw-r--r--
teal: Move into prosody namespace

local lib = record
	enum logbase
		"b" -- 1024
	end
	adjust : function (number, string) : number, string
	format : function (number, string, logbase) : string
end
return lib