File

teal-src/util/uuid.d.tl @ 12533:875f73ead4e8

luacheck: Ignore new warning about uses of `not (x == y)` and similar Added in luacheck 0.26.
author Kim Alvefur <zash@zash.se>
date Mon, 30 May 2022 17:12:58 +0200
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

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

	seed : function (string)
end
return lib