teal-src/util/uuid.d.tl
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Nov 2022 12:26:10 +0000
branch0.12
changeset 12796 997f3ca90628
parent 11463 86904555bffc
child 12629 e43a01641ca1
permissions -rw-r--r--
util.json: Accept empty arrays with whitespace (fixes #1782)

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

	seed : function (string)
end
return lib