We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0a9ef commit df93e02Copy full SHA for df93e02
1 file changed
src/company.ts
@@ -1,7 +1,8 @@
1
import type { Faker } from '.';
2
+import type { Fake } from './fake';
3
4
export class Company {
- readonly f;
5
+ readonly f: Fake['fake'];
6
7
constructor(private readonly faker: Faker) {
8
// Bind `this` so namespaced is working correctly
0 commit comments