Closed alias-mac closed 1 year ago
Several functions return undefined, but they are defined as returning string always.
undefined
string
This tries to fix all the use cases I found, but there might be more.
Here are some examples: https://github.com/michaelwittig/node-i18n-iso-countries/blob/cf01cdadefc7758dcf9faf50186200cd8720a700/index.js#L227 https://github.com/michaelwittig/node-i18n-iso-countries/blob/cf01cdadefc7758dcf9faf50186200cd8720a700/index.js#L227
Several functions return
undefined
, but they are defined as returningstring
always.This tries to fix all the use cases I found, but there might be more.
Here are some examples: https://github.com/michaelwittig/node-i18n-iso-countries/blob/cf01cdadefc7758dcf9faf50186200cd8720a700/index.js#L227 https://github.com/michaelwittig/node-i18n-iso-countries/blob/cf01cdadefc7758dcf9faf50186200cd8720a700/index.js#L227