File

teal-src/util/uuid.d.tl @ 11796:71c20650a0b4

mod_carbons: Reduce line count using new util.stanza attr method
author Kim Alvefur <zash@zash.se>
date Sun, 12 Sep 2021 20:18:04 +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