File

teal-src/util/id.d.tl @ 12743:19113f232423

mod_tokenauth: Remove expired tokens from storage
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Oct 2022 16:00:39 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib