File

teal-src/util/uuid.d.tl @ 12695:6aaa604fdfd5

util.crypto: Add Teal type specification
author Kim Alvefur <zash@zash.se>
date Thu, 30 Jun 2022 15:38:22 +0200
parent 12625:e43a01641ca1
line wrap: on
line source

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

	seed : function (string)
end
return lib