UNPKG

@magidoc/plugin-starter-variables

Version:

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

10 lines (9 loc) 471 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 { Variable, Page, ExternalLink, AllowedDirective }; export { templates }; export { magidoc }; export { toVariablesFile, UnsupportedVariablesError };