UNPKG

smart-filtero

Version:

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

9 lines (8 loc) 152 B
export declare const ORDERS: { item: string; customer: string; status: string; total: number; city: string; image: string; }[];