Skip to content

Commit

Permalink
fix(types): add void of return value to deleteLog
Browse files Browse the repository at this point in the history
  • Loading branch information
hisasann committed Feb 10, 2019
1 parent 030cf8e commit d201766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function log(text: string): boolean;
export function setup(obj: any): void;
export function deleteLog(howManyDaysAgo: number);
export function deleteLog(howManyDaysAgo: number): void;

0 comments on commit d201766

Please sign in to comment.