UNPKG

standardlint

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