File

teal-src/util/uuid.d.tl @ 12652:30e2a0107217

moduleapi: Stricter type check for actor in permission check Non-table but truthy values would trigger "attempt to index a foo value" on the next line otherwise
author Kim Alvefur <zash@zash.se>
date Wed, 20 Jul 2022 13:08:07 +0200
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