Skip to content

Commit

Permalink
chore: update type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Dec 21, 2019
1 parent b710049 commit 9e5c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export = showBanner;

declare function showBanner(title: string, tagLine?: string, titleColor?: string): Promise<void>;
declare function showBanner(title: string, tagLine?: string, titleColor?: string, tagLineColor?: string): Promise<void>;

0 comments on commit 9e5c754

Please sign in to comment.