Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 11, 2022
1 parent b22cc32 commit 0e7e1ba
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 0e7e1ba

Please sign in to comment.