next.js/test/e2e/app-dir/dynamic-import-tree-shaking/lib/rest-module.js
rest-module.js8 lines129 B
export function restUsed() {
  return 'TREESHAKE_REST_USED'
}

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