Move to Teal 🚀 #6

Merged
Aire-One merged 24 commits from feat/#1 into master 2022-10-11 18:52:08 +02:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit cc9a724a27 - Show all commits

6
types/ansicolors.d.tl Normal file
View File

@ -0,0 +1,6 @@
local record ansicolors
noReset: function(str: string): string
metamethod __call: function(_: ansicolors, str: string): string
end
return ansicolors