vue2-filter-list
Version:
Prebuilt Vue.js filters
38 lines (36 loc) • 751 B
JavaScript
import after from "./after";
import afterWhere from "./after-where";
import before from "./before";
import beforeWhere from "./before-where";
import concat from "./concat";
import filterBy from "./filter-by";
import find from "./find";
import flatten from "./flatten";
import fuzzy from "./fuzzy";
import isEmpty from "./is-empty";
import join from "./join";
import limitBy from "./limit-by";
import orderBy from "./order-by";
import range from "./range";
import removeWith from "./remove-with";
import reverse from "./reverse";
import where from "./where";
export {
after,
afterWhere,
before,
beforeWhere,
concat,
filterBy,
find,
flatten,
fuzzy,
isEmpty,
join,
limitBy,
orderBy,
range,
removeWith,
reverse,
where
}