File

teal-src/util/uuid.d.tl @ 12625:e43a01641ca1

util.uuid: Fix syntax of Teal interface declaration file
author Kim Alvefur <zash@zash.se>
date Wed, 10 Aug 2022 15:10:14 +0200
parent 11459:86904555bffc
line wrap: on
line source

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

	seed : function (string)
end
return lib