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