Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 3, 2021
1 parent a8f464b commit 9ee1da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/combination/dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const haveDimension = function (combinations, dimension) {
)
}

// Retrieve whether a specific combination has a given dimension
export const combinationHasDimension = function (combination, dimension) {
return combination.dimensions[dimension.propName] !== undefined
}
Expand Down

0 comments on commit 9ee1da7

Please sign in to comment.