3 lines
60 B

const version = '1.2.0';
export default ( x, y ) => x + y;