Skip to content

2.0.0

Compare
Choose a tag to compare
@flexdinesh flexdinesh released this 04 Mar 12:26
· 66 commits to master since this release
  • Package minified with >60% compression
  • New getters added
    • safeNumber returns the value if input is Number or returns 0
    • safeBoolean returns the value if input is Boolean or returns false
    • safeFunction returns the function if input is function or returns an empty function () => {}