Skip to content

Commit

Permalink
chore: register git
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 11, 2022
1 parent 56c73a9 commit 8369a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Datatype } from './datatype';
import { Git } from './git';
import { Mersenne } from './mersenne';
import { Random } from './random';

Expand All @@ -17,6 +18,7 @@ export class Faker {

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

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

0 comments on commit 8369a43

Please sign in to comment.