File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,11 +256,6 @@ export class Random {
256256 return this . faker . random . arrayElement ( result . split ( ' ' ) ) ;
257257 }
258258
259- /**
260- * @see word()
261- */
262- readonly randomWord : Random [ 'word' ] = this . word . bind ( this ) ;
263-
264259 /**
265260 * Returns string with set of random words.
266261 *
@@ -297,8 +292,6 @@ export class Random {
297292 return this . faker . image . image ( ) ;
298293 }
299294
300- readonly randomImage : Random [ 'image' ] = this . image . bind ( this ) ;
301-
302295 /**
303296 * locale
304297 *
@@ -308,8 +301,6 @@ export class Random {
308301 return this . faker . random . arrayElement ( Object . keys ( this . faker . locales ) ) ;
309302 }
310303
311- readonly randomLocale : Random [ 'locale' ] = this . locale . bind ( this ) ;
312-
313304 /**
314305 * alpha. returns lower/upper alpha characters based count and upcase options
315306 *
You can’t perform that action at this time.
0 commit comments