File "utils.js"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js
File size: 136 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

export const getStateForContext = ( state, context ) => {
	return typeof state[ context ] === 'undefined' ? null : state[ context ];
};