laravel-mix-glob
Version:
Laravel mix extension that add support for globs usage with an extensive concise api. For a more natural boosted productivity and dynamic. Configure once and forget about adding the files each time.
8 lines (7 loc) • 322 B
TypeScript
import { IGlobEvaluation } from '../types';
/**
* Checks that evaluations are valid to be processed.
* @param {IGlobEvaluation[]} globsEvaluations globs evaluations list
* @return {boolean} valid or not valid
*/
export declare function checkAllEvaluationsAreValid(globsEvaluations: IGlobEvaluation[]): boolean;