UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

9 lines (8 loc) 647 B
export type { FileCheckFunction, FileContentsFunction, FileFixFunction, } from '../domain.objects'; export { FileCheckContext, FileCheckDeclarationInput, FileCheckType, } from '../domain.objects'; export { createGetVariables } from '../domain.operations/declaration/publicFileCheckFunctionUtilities/createGetVariables'; export { defineMinPackageVersionRegex } from '../domain.operations/declaration/publicFileCheckFunctionUtilities/defineMinPackageVersionRegex'; export { executeApply } from './sdk/apply'; export { executeCompile } from './sdk/compile'; export { executePlan } from './sdk/plan'; export { executeValidate } from './sdk/validate';