File

teal-src/util/human/units.d.tl @ 12937:23b20ede9c34

util.sasl.oauthbearer: Fix syntax error in b796e08e6376
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Mar 2023 12:02:23 +0000
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