GitHub

daffApplyRequestToFilters

import { daffApplyRequestToFilters } from '@daffodil/core'

Applies a DaffFilterRequest to a dictionary of DaffFilter returning the updated dictionary.

const daffApplyRequestToFilters: (request: DaffFilterRequest, filters: Record<string, DaffFilter>) => Record<string, DaffFilter>