Skip to content

Commit

Permalink
Merge pull request #93 from Andarist/patch-1
Browse files Browse the repository at this point in the history
Mark `formatter` as optional
  • Loading branch information
tecfu committed Jun 10, 2022
2 parents 3467026 + 6842ac2 commit 73c22f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare namespace TtyTable {
color?: string;
footerAlign?: string;
footerColor?: string;
formatter: Formatter;
formatter?: Formatter;
headerAlign?: string;
headerColor?: string;
marginLeft?: number;
Expand Down

0 comments on commit 73c22f4

Please sign in to comment.