Skip to content

Commit

Permalink
chore: remove jsdoc types
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 14, 2022
1 parent b4027ef commit 542bde6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/finance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export class Finance {
* mask
*
* @method faker.finance.mask
* @param {number} length
* @param {boolean} parens
* @param {boolean} ellipsis
* @param length
* @param parens
* @param ellipsis
*/
mask(length?: number, parens?: boolean, ellipsis?: boolean): string {
// set defaults
Expand Down

0 comments on commit 542bde6

Please sign in to comment.