UNPKG

react-native-svg

Version:
5 lines (4 loc) 135 B
export default function (opacity) { const value = +opacity; return (typeof value !== 'number' || isNaN(value)) ? 1 : value; }