ozdemirburak / full-name-generator

Generate random names using data from popular names and surnames of various countries.
https://fullnamegenerator.com
MIT License
26 stars 17 forks source link

Typescript compilation #41

Closed TheGP closed 9 months ago

TheGP commented 10 months ago
node_modules/full-name-generator/src/index.ts:12:69 - error TS2304: Cannot find name 'Gender'.
12 const checkDataAvailability = (data: any, isoCode: string, gender?: Gender) => {
ozdemirburak commented 9 months ago

I can't replicate this error? Please show your code.