From ded5df3c62eefa2c9a703d399c503738de496808 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Thu, 10 Nov 2022 10:07:40 +0100 Subject: docs(helpers): extend module jsdocs (#1515) --- src/modules/helpers/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 82eaf5f7..7da4fbc8 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -5,8 +5,7 @@ import type { RecordKey } from './unique'; import * as uniqueExec from './unique'; /** - * Module with various helper methods that transform the method input rather than returning values from locales. - * The transformation process may call methods that use the locale data. + * Module with various helper methods providing basic (seed-dependent) operations useful for implementing faker methods. */ export class HelpersModule { constructor(private readonly faker: Faker) { -- cgit v1.2.3