UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

7 lines (6 loc) 280 B
import '../assertEnvClient.js'; export { getPageContextPublicClient }; import { getPageContextPublicClientShared } from '../shared/getPageContextPublicClientShared.js'; function getPageContextPublicClient(pageContext) { return getPageContextPublicClientShared(pageContext); }