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 12 additions and 0 deletions
Showing only changes of commit 90bed6047d - Show all commits

12
types/inspect.d.tl Normal file
View File

@ -0,0 +1,12 @@
local record inspect
record InspectOptions
depth: number
newline: string
indent: string
process: function(item: any, path: {any}): any
end
metamethod __call: function(self: inspect, value: any, options: InspectOptions): string
end
return inspect