UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

8 lines (7 loc) 207 B
import type { EffectStepFn } from '../../utils/types.js'; export declare enum EnvBuilderAction { builder = "builder", example = "example", none = "none" } export declare const env: EffectStepFn;