5.8.0 • Published 4 years ago

@comparaonline/engine-filter v5.8.0

Weekly downloads
19
License
MIT
Repository
-
Last release
4 years ago

@comparaonline/engine-filter

Package purpose

Installation

yarn add @comparaonline/engine-filter

Usage

This package will retrieve a group of function that will work as a filter helpers when filtering results.

import applyGroupFilters from '@comparaonline/engine-filter';

const offerFiltered = applyGroupFilters(filters: Filter[], offers: Offer[]);