File size: 51 Bytes
bc20498
 
 
1
2
3
4
export default function number(x) {
  return +x;
}