UNPKG

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.

6 lines (5 loc) 161 B
import { Cache } from '../Cache/index'; export interface IOptions { cacheHandler: Cache; } export type TRestartReason = 'add' | 'unlink' | 'unlinkDir';