UNPKG

react-blades

Version:
3 lines (2 loc) 83 B
export const isNumber = obj => !isNaN(parseFloat(obj)); export default isNumber;