UNPKG

prettylint

Version:
5 lines (4 loc) 162 B
import { Context } from "./context.js"; export declare function expandPatterns(context: Context): AsyncGenerator<string | { error: string; }, void, unknown>;