File

teal-src/util/id.d.tl @ 11521:16caf35f031f

util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1
author Kim Alvefur <zash@zash.se>
date Sun, 25 Apr 2021 17:27:02 +0200
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