Skip to content

Commit

Permalink
added @ntietz
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Dec 5, 2018
1 parent 1cb926f commit 8ebc6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/pptxgen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://gitbrent.github.io/PptxGenJS/
// Definitions by: Brent Ely <https://github.com/gitbrent/>
// Michael Beaumont <https://github.com/michaelbeaumont>
// Nicholas Tietz-Sokolsky <https://github.com/ntietz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

Expand Down Expand Up @@ -96,5 +97,4 @@ declare namespace PptxGenJS {
addTable(tableData: Array<any>, options: object): Slide;
addText(textString: string, options: TextOptions): Slide;
}

}

0 comments on commit 8ebc6f4

Please sign in to comment.