Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Sep 4, 2024
1 parent a10a10b commit 4c4d05e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import { Account } from './account';
import { Phone } from './phone';
import { Name } from './name';

const definitions = {
name: ['male_first_name', 'last_name', 'female_first_name', 'prefix'],
address: ['state', 'local_government'],
internet: ['domain_suffix', 'example_email', 'email_suffix', 'free_email'],
} as const;

class NgFaker {
private locale: Locale;

Expand Down Expand Up @@ -49,11 +43,4 @@ class NgFaker {
}
}

// const LocaleData: Record<Locale, unknown> = {
// [Locale.ENGLISH]: null,
// [Locale.YORUBA]: null,
// [Locale.HAUSA]: null,
// [Locale.IGBO]: null,
// } as const;

export { NgFaker, Locale };

0 comments on commit 4c4d05e

Please sign in to comment.