mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix for eyes module API
This commit is contained in:
+6
-1
@@ -26,4 +26,9 @@ var options = {
|
||||
hideFunctions: true,
|
||||
stream: process.stdout,
|
||||
maxLength: 120
|
||||
}
|
||||
}
|
||||
|
||||
var result = eyes.inspector(testObj)
|
||||
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -13,7 +13,7 @@ declare module "eyes"
|
||||
export function inspect(thing:any, label?:string): void;
|
||||
|
||||
export interface InspectorFunction {
|
||||
(thing:any, label?:string): void;
|
||||
(thing:any, label?:string): string;
|
||||
}
|
||||
|
||||
export interface EyesOptions
|
||||
|
||||
Reference in New Issue
Block a user