UNPKG

standardlint

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