File

teal-src/util/uuid.d.tl @ 11625:04abe65b8067

mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
author Kim Alvefur <zash@zash.se>
date Mon, 21 Jun 2021 17:31:17 +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