UNPKG

standardlint

Version:
6 lines (3 loc) 244 B
import { Severity, CheckResult } from '../interface/Check.mjs'; declare function checkForDefinedServiceLevelObjectives(severity: Severity, basePath: string, customPath?: string): CheckResult; export { checkForDefinedServiceLevelObjectives };