mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix for eyes module API
This commit is contained in:
parent
84dfeeac37
commit
623fca4e98
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user