exports.add = function add(x, y) { return x + y; } export function add(x, y) { return x + y; }