Skip to content

Commit

Permalink
fix: default is not a constructor when using allowSyntheticDefaultImp…
Browse files Browse the repository at this point in the history
…orts
  • Loading branch information
jeanlescure committed May 4, 2021
1 parent 6126924 commit 61a9ad7
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 30 deletions.
1 change: 1 addition & 0 deletions dist/short-unique-id.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export declare const DEFAULT_UUID_LENGTH: number;
* For more information take a look at the [ShortUniqueIdOptions type definition](/interfaces/shortuniqueidoptions.html).
*/
export default class ShortUniqueId extends Function {
static default: typeof ShortUniqueId;
counter: number;
debug: boolean;
dict: string[];
Expand Down
1 change: 1 addition & 0 deletions dist/short-unique-id.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/short-unique-id.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/short-unique-id.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 61a9ad7

Please sign in to comment.