Skip to content

Commit

Permalink
chore: intentional format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 2, 2024
1 parent 480db86 commit f9e99e7
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 @@ -83,5 +83,5 @@ export type { SystemModule } from './modules/system';
export type { VehicleModule } from './modules/vehicle';
export type { WordModule } from './modules/word';
export type { Randomizer } from './randomizer';
export { SimpleFaker, simpleFaker } from './simple-faker';
export { SimpleFaker, simpleFaker } from './simple-faker';

Check failure on line 86 in src/index.ts

View workflow job for this annotation

GitHub Actions / Lint: node-22, ubuntu-latest

Delete `···`
export { mergeLocales } from './utils/merge-locales';

0 comments on commit f9e99e7

Please sign in to comment.