6 lines
99 B
JavaScript

const operation = require("./operation");
module.exports = {
operation: operation.operation,
};