From cc9a724a2757c921f85e9ff5baee34e4458cacb6 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sat, 20 Aug 2022 12:25:50 +0200 Subject: [PATCH] build(types): ansocilors --- types/ansicolors.d.tl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 types/ansicolors.d.tl diff --git a/types/ansicolors.d.tl b/types/ansicolors.d.tl new file mode 100644 index 0000000..1cc77c7 --- /dev/null +++ b/types/ansicolors.d.tl @@ -0,0 +1,6 @@ +local record ansicolors + noReset: function(str: string): string + metamethod __call: function(_: ansicolors, str: string): string +end + +return ansicolors