dundalek / latinize

Simple library to convert accents (diacritics) from strings to latin characters.
BSD 2-Clause "Simplified" License
148 stars 33 forks source link

- Added validation for string typeof string for latinize init function #7

Closed Stradivario closed 7 years ago

Stradivario commented 7 years ago

Hello there i was having a problem with one migration and i found out that this little library doesn't check if the value provided is a string. Now it is! :+1:

dundalek commented 7 years ago

Sure, thanks!