This package contains the shared logic used by Javascript-based DevCycle products to evaluate a user's information against a set of segmentation filters and determine eligibility for a given feature. It also makes decisions about which variation to serve
npm install @devcycle/bucketingThis package contains the shared logic used by Javascript-based DevCycle products to evaluate a user's information
against a set of segmentation filters and determine eligibility for a given feature. It also makes decisions about
which variation to serve a user in a multi-variate feature.
Run nx test shared-bucketing to execute the unit tests via Jest.