build(types): ansocilors
This commit is contained in:
parent
2fcd75cc3d
commit
cc9a724a27
|
@ -0,0 +1,6 @@
|
|||
local record ansicolors
|
||||
noReset: function(str: string): string
|
||||
metamethod __call: function(_: ansicolors, str: string): string
|
||||
end
|
||||
|
||||
return ansicolors
|
Loading…
Reference in New Issue