Skip to content

Commit

Permalink
refactor: remove faker default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 3, 2022
1 parent a2da7c4 commit 445783f
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 @@ -36,5 +36,3 @@ export { Faker };
export const faker: Faker = new Faker({
locales: allLocales,
});

export default faker;

0 comments on commit 445783f

Please sign in to comment.