UNPKG
@baaz/adapter
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
The core runtime of PWA
github.com/dominicg666/baaz-adapter
dominicg666/baaz-adapter
@baaz/adapter
/
util
/
isProductConfigurable.js
4 lines
(3 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
//
TODO:
Move/merge with product util in peregrine?
export
const
isProductConfigurable
= product => product.
__typename
===
'ConfigurableProduct'
;