'use strict'; const { add } = require('./other'); const sum = add(40, 2); module.exports = sum;