next.js/test/e2e/app-dir/use-cache/app/(partially-static)/use-action-state-separate-export/cached.ts
cached.ts8 lines102 B
'use cache'

const getRandomValue = async () => {
  return Math.random()
}

export { getRandomValue }
Quest for Codev2.0.0
/
SIGN IN