martinandert / counterpart

A translation and localization library for Node.js and the browser.
MIT License
242 stars 25 forks source link

added updated check value #52

Open brucem1976 opened 8 months ago

brucem1976 commented 8 months ago

This check for isPlainObject() has stopped working because the check now returns [object String] and [object Module] instead of [object Object] - this update causes the library to continue to function correctly