Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
95 Bytes
export const mapById = <T extends { id: string }>(itemToMap: T) => {
return itemToMap.id;
};