UNPKG

standardlint

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