fchierad / PRD

Repository to store ECMAScript code used in workflows created with the product NetIQ Identity Manager.
MIT License
2 stars 2 forks source link

Rework string checks #17

Closed fchierad closed 6 years ago

fchierad commented 6 years ago

new String() will create something whose typeof is 'object' and is an instance of String. Need to rework all string/number/boolean checks to account for those use cases.

fchierad commented 6 years ago

Completed, tested.