Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 11, 2022
1 parent 36dd75f commit 8a4bc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class Faker {
locale: string;
localeFallback: string;

// TODO @Shinigami92 2022-01-11: For now we loose types here
// @ts-expect-error: will be lazy filled by constructor
readonly definitions: Record<keyof DefinitionTypes, any> = {};
private readonly definitionTypes: DefinitionTypes = {
Expand Down

0 comments on commit 8a4bc66

Please sign in to comment.