UNPKG

eslint-plugin-turbo

Version:
11 lines 349 B
import type { EnvWildcard } from "@turbo/types"; interface Testable { test: (input: string) => boolean; } export interface WildcardTests { inclusions: Testable; exclusions: Testable; } export declare function wildcardTests(wildcardPatterns: Array<EnvWildcard>): WildcardTests; export {}; //# sourceMappingURL=wildcard-processing.d.ts.map