Skip to content

Commit

Permalink
fix: correct function declaration name
Browse files Browse the repository at this point in the history
Co-authored-by: forstermatth <matt@autovance.com>
  • Loading branch information
Tyler Stewart and forstermatth committed Aug 4, 2020
1 parent e601124 commit 2464c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ declare function values(): AsyncGenerator<TimezoneResult>;

declare function find(predicate: Predicate): Promise<TimezoneResult | null>;

declare function findAll(predicate: Predicate): AsyncGenerator<TimezoneResult>;
declare function filter(predicate: Predicate): AsyncGenerator<TimezoneResult>;

0 comments on commit 2464c38

Please sign in to comment.