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 2c4f03f commit 64b8db8
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 64b8db8

Please sign in to comment.