class WeightMatcher {
  supports = attr => {
    return (
      attr &&
      (attr.match(/weight/gi) ||