Skip to content

Commit

Permalink
Added WarmerConfig to exported object.
Browse files Browse the repository at this point in the history
  • Loading branch information
c1moore committed Aug 13, 2019
1 parent 9cc045c commit 9830cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -20,4 +20,6 @@ type WarmerConfig = {
*/
declare function warmer(event: any, config?: WarmerConfig): Promise<boolean>;

warmer.WarmerConfig = WarmerConfig;

export = warmer;

0 comments on commit 9830cec

Please sign in to comment.