正解はmodule.exportsです。const math = require("./math")のように読み込みます。ES Modules(import/export)もモダンなNode.jsではサポートされていますが、Node.jsの歴史的な標準はCommonJSです。