UNPKG

@wordpress/preferences

Version:
13 lines (12 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STORE_NAME = void 0; /** * The identifier for the data store. * * @type {string} */ const STORE_NAME = exports.STORE_NAME = 'core/preferences'; //# sourceMappingURL=constants.js.map