File

teal-src/util/human/units.d.tl @ 12964:4b75c8291ef7

scansion: Add tests for pubsub#itemreply in PEP
author Matthew Wild <mwild1@gmail.com>
date Wed, 22 Mar 2023 16:53:36 +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