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.
3 lines (2 loc) • 392 B
JavaScript
;var r;exports.EGlobType=void 0,(r=exports.EGlobType||(exports.EGlobType={}))[r.src=1]="src",r[r.array=2]="array",r[r.arg=3]="arg",r[r.args=4]="args";exports.Glob=class{value;options;type;constructor(r){this.value=r.glb,this.type=r.type,this.options=r.options}isGlobValueAnObject(){return"object"==typeof this.value&&!Array.isArray(this.value)}};
//# sourceMappingURL=Glob.js.map