It'd be great if something like this could count as a 'simple getter'. ```ts export function isTrending(product: Product): boolean { return isTaggedBySlug(product, 'trending'); } ``` Alternatively, addressing #21 would be great!
It'd be great if something like this could count as a 'simple getter'.
Alternatively, addressing #21 would be great!