2.0.0
- Package minified with >60% compression
- New getters added
safeNumber
returns the value if input is Number or returns 0safeBoolean
returns the value if input is Boolean or returns falsesafeFunction
returns the function if input is function or returns an empty function () => {}