Tool collection of simple, yet useful digital tools. Currently under maintenance. GitHub repository coming soon.
export const removeSelectedItem = ( selectedIds: readonly string[], itemId: string ): string[] => selectedIds.filter((selectedId) => selectedId !== itemId);
Browse the implementation files for Food Comparison.