Skip to content

Commit

Permalink
Merge branch 'balazsorban44-patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 25, 2018
2 parents 4a28f69 + f48fcad commit 2a7ac78
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
Expand Up @@ -149,7 +149,7 @@ declare module 'ical-generator' {
save(path: string, cb: Function): ICalCalendar;
saveSync(path: string): number;
serve(respone: Response, filename: string): ICalCalendar;
tostring(): string;
toString(): string;
toJSON(): any;
length(): number;
clear(): ICalCalendar;
Expand Down

0 comments on commit 2a7ac78

Please sign in to comment.