Skip to content

Commit

Permalink
chore: add export default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 18, 2022
1 parent 22e4244 commit 0dd1f74
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
Expand Up @@ -275,3 +275,5 @@ export class Faker {
export const faker: Faker = new Faker({
locales: require('./locales'),
});

export default faker;

0 comments on commit 0dd1f74

Please sign in to comment.