@wordpress/core-data
Version:
Access to and manipulation of core WordPress entities.
14 lines (13 loc) • 342 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STORE_NAME = void 0;
/**
* The reducer key used by core data in store registration.
* This is defined in a separate file to avoid cycle-dependency
*
* @type {string}
*/
const STORE_NAME = exports.STORE_NAME = 'core';
//# sourceMappingURL=name.js.map
;