File

teal-src/util/uuid.d.tl @ 12819:764a4bf2580a

doap: Fix RDF syntax (thanks Link Mauve)
author Kim Alvefur <zash@zash.se>
date Wed, 28 Dec 2022 02:58:15 +0100
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