diff options
| author | Bobby <[email protected]> | 2022-11-07 10:58:05 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-07 15:58:05 +0000 |
| commit | 7e00d1741495f763f986b3a5daf40943db4abc7d (patch) | |
| tree | 84bf218e5cce1977fcd14d883689516f9f5befba /src/definitions | |
| parent | d3632585e01ce4590be57d2045f73f0b25a0f16d (diff) | |
| download | faker-7e00d1741495f763f986b3a5daf40943db4abc7d.tar.xz faker-7e00d1741495f763f986b3a5daf40943db4abc7d.zip | |
feat(person): add `zodiacSign()` (#182)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/person.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/definitions/person.ts b/src/definitions/person.ts index b6db46e1..488ff4fe 100644 --- a/src/definitions/person.ts +++ b/src/definitions/person.ts @@ -31,6 +31,8 @@ export type PersonDefinitions = LocaleEntry<{ name: string[]; title: PersonTitleDefinitions; + + western_zodiac_sign: string[]; }>; /** |
