UNPKG

standardlint

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