idea-return-highlighter icon indicating copy to clipboard operation
idea-return-highlighter copied to clipboard

Expand definition of 'simple getter'

Open jezmck opened this issue 1 year ago • 0 comments

It'd be great if something like this could count as a 'simple getter'.

export function isTrending(product: Product): boolean {
  return isTaggedBySlug(product, 'trending');
}

Alternatively, addressing #21 would be great!

jezmck avatar Aug 28 '23 13:08 jezmck