build(types): ansocilors

This commit is contained in:
Aire-One 2022-08-20 12:25:50 +02:00
parent 2fcd75cc3d
commit cc9a724a27
1 changed files with 6 additions and 0 deletions

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