aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/human/units.d.tl
blob: f6568d90b65336a2924ade44c95b96388ab39e00 (plain)
1
2
3
4
5
local lib = record
	adjust : function (number, string) : number, string
	format : function (number, string, string) : string
end
return lib