UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 194 B
import { markFeatureUsed, FetchFeatures } from "../fetch/features.js"; function provideSession(state) { markFeatureUsed(state.manifest, FetchFeatures.sessions); } export { provideSession };