Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored and damienwebdev committed Jan 14, 2022
1 parent dcc11a7 commit 10b3689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class Faker {
seedValue?: any[] | any;

readonly mersenne: Mersenne = new Mersenne();
random = new Random(this);
random: Random = new Random(this);
datatype: Datatype = new Datatype(this);

constructor(opts: FakerOptions = {}) {
Expand Down

0 comments on commit 10b3689

Please sign in to comment.