UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

7 lines (6 loc) 209 B
/** * Symbol key for SSR module preloading path. * Using Symbol.for() allows the Vite plugin to inject this at build time. * @internal */ export const PAGE_PRELOAD_KEY = Symbol.for("alepha.page.preload");