UNPKG

@woocommerce/data

Version:
12 lines (11 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isShippingMethodsUpdating = exports.getShippingMethods = void 0; const getShippingMethods = (state) => { return state.shippingMethods || []; }; exports.getShippingMethods = getShippingMethods; function isShippingMethodsUpdating(state) { return state.isUpdating || false; } exports.isShippingMethodsUpdating = isShippingMethodsUpdating;