Skip to content

Commit

Permalink
Added string type to symbols option (#55)
Browse files Browse the repository at this point in the history
Fixes: #54
  • Loading branch information
BartInTheField authored and brendanashworth committed Jan 18, 2021
1 parent 91a580a commit d95f213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generate.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export interface GenerateOptions {
*/
numbers?: boolean;
/**
* Should the password include symbols
* Should the password include symbols, or symbols to include
* @default false
*/
symbols?: boolean;
symbols?: boolean | string;
/**
* Should the password include lowercase characters
* @default true
Expand Down

0 comments on commit d95f213

Please sign in to comment.