/* simple hana xs demo library, which can be used by multiple endpoints */ function multiply(x, y) { return x * y; } function add(x, y) { return x + y; }