Skip to content

Commit 77f54ad

Browse files
authored
fix: remove @internal from module parent classes (#2548)
1 parent 3f614f0 commit 77f54ad

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/internal/module-base.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { bindThisToMemberFunctions } from './bind-this-to-member-functions';
44

55
/**
66
* Base class for all modules that use a `SimpleFaker` instance.
7-
*
8-
* @internal
97
*/
108
export abstract class SimpleModuleBase {
119
constructor(protected readonly faker: SimpleFaker) {
@@ -15,8 +13,6 @@ export abstract class SimpleModuleBase {
1513

1614
/**
1715
* Base class for all modules that use a `Faker` instance.
18-
*
19-
* @internal
2016
*/
2117
export abstract class ModuleBase extends SimpleModuleBase {
2218
constructor(protected readonly faker: Faker) {

0 commit comments

Comments
 (0)