File

teal-src/util/uuid.d.tl @ 11634:a6c87b4c0cdf

util.prosodyctl.check: Format, sort option listings into canonical form Makes merges and diffs easier to read and deal with, especially when using tools to gather options from the codebase.
author Kim Alvefur <zash@zash.se>
date Thu, 27 May 2021 13:07:57 +0200
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib