UNPKG

standardlint

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