mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Fix for eyes module API
This commit is contained in:
@@ -26,4 +26,9 @@ var options = {
|
||||
hideFunctions: true,
|
||||
stream: process.stdout,
|
||||
maxLength: 120
|
||||
}
|
||||
}
|
||||
|
||||
var result = eyes.inspector(testObj)
|
||||
|
||||
|
||||
|
||||
|
||||
2
eyes/eyes.d.ts
vendored
2
eyes/eyes.d.ts
vendored
@@ -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