File

teal-src/util/human/units.d.tl @ 12663:cf88f6b03942

mod_authz_internal: Expose convenience method to test if user can assume role
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Aug 2022 10:37:59 +0100
parent 12608:946a11f794e2
line wrap: on
line source

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