UNPKG

@woocommerce/data

Version:
7 lines (6 loc) 181 B
export const getShippingMethods = (state) => { return state.shippingMethods || []; }; export function isShippingMethodsUpdating(state) { return state.isUpdating || false; }