Skip to content

Commit

Permalink
chore: add type
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 14, 2022
1 parent 6f0a9ef commit df93e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/company.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { Faker } from '.';
import type { Fake } from './fake';

export class Company {
readonly f;
readonly f: Fake['fake'];

constructor(private readonly faker: Faker) {
// Bind `this` so namespaced is working correctly
Expand Down

0 comments on commit df93e02

Please sign in to comment.