UNPKG

smart-filtero

Version:

This is an NPM package that filters out the data based on the given conditions

4 lines (3 loc) 263 B
export declare const transformLabelToQueryParam: (label: string) => string; export declare const updateURLParams1: (paramsObject: Record<string, string | null>) => void; export declare const updateURLParams: (paramsObject: Record<string, string | null>) => void;