next.js/test/e2e/app-dir/dynamic-import-tree-shaking/lib/then-function-module.js
then-function-module.js8 lines147 B
export function thenFuncUsed() {
  return 'TREESHAKE_THEN_FUNC_USED'
}

export function thenFuncUnused() {
  return 'TREESHAKE_THEN_FUNC_UNUSED'
}
Quest for Codev2.0.0
/
SIGN IN