UNPKG

standardlint

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