File "utils.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/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 ];
};