Skip to content

Commit

Permalink
fix(d.ts): Correct decay param type (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotham authored and sudo-suhas committed Aug 18, 2018
1 parent b098daf commit c8d914b
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 @@ -6873,7 +6873,7 @@ declare namespace esb {
*
* @param {number} decay A decay value as a double.
*/
decay(decay: object): this;
decay(decay: number): this;
}

/**
Expand Down

0 comments on commit c8d914b

Please sign in to comment.