Is it possible to tell if a given `product` object represents a bundle?

In my product page templates it would be useful to be able to discriminate between regular products and those which represent bundles from the Shopify Bundles app. Is is possible to inspect some property on the product object or its variants to determine this? Thanks.

This doesn’t seem to be possible so I eventually resorted to tagging each bundle product and checking for the tag. Not ideal but it works.