Skip to content

Commit

Permalink
fix: remove @internal from module parent classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Nov 14, 2023
1 parent 3f614f0 commit 2592977
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/internal/module-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { bindThisToMemberFunctions } from './bind-this-to-member-functions';

/**
* Base class for all modules that use a `SimpleFaker` instance.
*
* @internal
*/
export abstract class SimpleModuleBase {
constructor(protected readonly faker: SimpleFaker) {
Expand All @@ -15,8 +13,6 @@ export abstract class SimpleModuleBase {

/**
* Base class for all modules that use a `Faker` instance.
*
* @internal
*/
export abstract class ModuleBase extends SimpleModuleBase {
constructor(protected readonly faker: Faker) {
Expand Down

0 comments on commit 2592977

Please sign in to comment.