Skip to content

Expand definition of 'simple getter' #39

@jezmck

Description

@jezmck

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions