Skip to content

Commit

Permalink
refactor!: remove faker default export (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 4, 2022
1 parent 63f6361 commit 39b74c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ export { Faker };
export const faker: Faker = new Faker({
locales: allLocales,
});

export default faker;

0 comments on commit 39b74c0

Please sign in to comment.