diff options
| author | Eric Cheng <[email protected]> | 2022-12-06 18:13:51 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-07 00:13:51 +0100 |
| commit | c4b7ce8648cbd5ac2b224942908bccf9914e08f9 (patch) | |
| tree | 82c0d99fe5c45cedb542ac05aaad3f2e8921df83 /src/modules/number/index.ts | |
| parent | 6bac476695c146a794b5337785979a7395d7dc89 (diff) | |
| download | faker-c4b7ce8648cbd5ac2b224942908bccf9914e08f9.tar.xz faker-c4b7ce8648cbd5ac2b224942908bccf9914e08f9.zip | |
refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)
Diffstat (limited to 'src/modules/number/index.ts')
| -rw-r--r-- | src/modules/number/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/number/index.ts b/src/modules/number/index.ts index c30d5015..1f46cb64 100644 --- a/src/modules/number/index.ts +++ b/src/modules/number/index.ts @@ -26,6 +26,8 @@ export class NumberModule { * * @throws When options define `max < min`. * + * @see faker.string.numeric() If you would like to generate a `string` of digits with a given length (range). + * * @example * faker.number.int() // 55422 * faker.number.int(100) // 52 |
