build(types): inspect
This commit is contained in:
parent
cc9a724a27
commit
90bed6047d
|
@ -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
|
Loading…
Reference in New Issue