aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/uuid.d.tl
blob: 45fd43122d030827eabe0766f3574d6d18082404 (plain)
1
2
3
4
5
6
7
8
local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib