UNPKG

@wordpress/core-data

Version:
14 lines (13 loc) 342 B
"use strict"; 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