UNPKG

standardlint

Version:
6 lines (3 loc) 227 B
import { Severity, CheckResult } from '../interface/Check.mjs'; declare function checkForPresenceCodeowners(severity: Severity, basePath: string, filetreePaths?: string[]): CheckResult; export { checkForPresenceCodeowners };