diff options
Diffstat (limited to 'teal-src/util/time.d.tl')
-rw-r--r-- | teal-src/util/time.d.tl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/teal-src/util/time.d.tl b/teal-src/util/time.d.tl deleted file mode 100644 index e159706b..00000000 --- a/teal-src/util/time.d.tl +++ /dev/null @@ -1,6 +0,0 @@ - -local record lib - now : function () : number - monotonic : function () : number -end -return lib |