Software /
code /
prosody
Comparison
teal-src/util/uuid.d.tl @ 12625:e43a01641ca1
util.uuid: Fix syntax of Teal interface declaration file
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Aug 2022 15:10:14 +0200 |
parent | 11459:86904555bffc |
comparison
equal
deleted
inserted
replaced
12624:7eca6c919d5e | 12625:e43a01641ca1 |
---|---|
1 local record lib | 1 local record lib |
2 get_nibbles : (number) : string | 2 get_nibbles : function (number) : string |
3 generate : function () : string | 3 generate : function () : string |
4 | 4 |
5 seed : function (string) | 5 seed : function (string) |
6 end | 6 end |
7 return lib | 7 return lib |