UNPKG

antler

Version:
5 lines (4 loc) 231 B
import { Rule } from './rule'; import { Callback } from './types'; declare function beginCrawl(fullPath: string, ruleInstances: ReadonlyArray<Rule>, reportWarning: Callback, reportError: Callback): void; export default beginCrawl;