File tree 2 files changed +529
-1
lines changed 2 files changed +529
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { Fake } from './fake';
4
4
import { Git } from './git' ;
5
5
import { Hacker } from './hacker' ;
6
6
import { Helpers } from './helpers' ;
7
+ import { Internet } from './internet' ;
7
8
import { Mersenne } from './mersenne' ;
8
9
import { Name } from './name' ;
9
10
import { Random } from './random' ;
@@ -180,7 +181,7 @@ export class Faker {
180
181
// TODO @Shinigami 92 2022-01-12: iban was not used
181
182
// readonly iban = new (require('./iban'))(this);
182
183
readonly image = new ( require ( './image' ) ) ( this ) ;
183
- readonly internet = new ( require ( './internet' ) ) ( this ) ;
184
+ readonly internet : Internet = new Internet ( this ) ;
184
185
readonly lorem = new ( require ( './lorem' ) ) ( this ) ;
185
186
readonly music = new ( require ( './music' ) ) ( this ) ;
186
187
readonly name : Name = new Name ( this ) ;
You can’t perform that action at this time.
0 commit comments