UNPKG

standardlint

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