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.
@internal
1 parent 3f614f0 commit 77f54adCopy full SHA for 77f54ad
1 file changed
src/internal/module-base.ts
@@ -4,8 +4,6 @@ import { bindThisToMemberFunctions } from './bind-this-to-member-functions';
4
5
/**
6
* Base class for all modules that use a `SimpleFaker` instance.
7
- *
8
- * @internal
9
*/
10
export abstract class SimpleModuleBase {
11
constructor(protected readonly faker: SimpleFaker) {
@@ -15,8 +13,6 @@ export abstract class SimpleModuleBase {
15
13
16
14
17
* Base class for all modules that use a `Faker` instance.
18
19
20
21
export abstract class ModuleBase extends SimpleModuleBase {
22
constructor(protected readonly faker: Faker) {
0 commit comments