next.js/test/e2e/app-dir/externalize-node-binary/node_modules/foo/index.js
index.js10 lines153 B
exports.foo = function () {
  return 'I am foo'
}

exports.bar = function () {
  if (typeof window === 'undefined') {
    require('./binary.node')
  }
}
Quest for Codev2.0.0
/
SIGN IN