Skip to content

Commit

Permalink
Fix: Update TypeScript types
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 20, 2017
1 parent 5f6ebe1 commit c771ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ interface Options {

declare module 'q-i' {
declare function print(object: any, options?: Options) : void;
declare function print(object: any, addr?: string, options?: Options) : void;
declare function stringify(object: any, options?: Options) : string;
declare function stringify(object: any, addr?: string, options?: Options) : string;
}

0 comments on commit c771ffb

Please # to comment.