From d18097fb6700ede8bdb47388e51e0850d0d828f6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Mar 2021 23:16:41 +0100 Subject: teal: Use new integer support in Teal 0.13.0 --- teal-src/util/uuid.d.tl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'teal-src/util/uuid.d.tl') diff --git a/teal-src/util/uuid.d.tl b/teal-src/util/uuid.d.tl index 17bb0590..45fd4312 100644 --- a/teal-src/util/uuid.d.tl +++ b/teal-src/util/uuid.d.tl @@ -1,5 +1,8 @@ local record lib - generate : function (number) : string + get_nibbles : (number) : string + generate : function () : string + + seed : function (string) end return lib -- cgit v1.2.3