UNPKG

@magidoc/plugin-starter-variables

Version:

A shared library that contains common Magidoc starter environment variables keys.

8 lines (7 loc) 449 B
import { toVariablesFile, UnsupportedVariablesError } from './env/envFileContent'; import magidoc from './variables/magidoc'; import type { AllowedDirective, ExternalLink, Page } from './variables/templates'; import templates from './variables/templates'; import type { Variable } from './variables/variable'; export type { AllowedDirective, ExternalLink, Page, Variable }; export { magidoc, templates, toVariablesFile, UnsupportedVariablesError };