• File: utils.js
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js
  • File size: 136 bytes
  • MIME-type: text/plain
  • Charset: utf-8
export const getStateForContext = ( state, context ) => {
	return typeof state[ context ] === 'undefined' ? null : state[ context ];
};