@wordpress/core-data
Version:
Access to and manipulation of core WordPress entities.
19 lines (17 loc) • 565 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.privateApis = void 0;
var _useEntityRecords = require("./hooks/use-entity-records");
var _utils = require("./utils");
var _lockUnlock = require("./lock-unlock");
/**
* Internal dependencies
*/
const privateApis = exports.privateApis = {};
(0, _lockUnlock.lock)(privateApis, {
useEntityRecordsWithPermissions: _useEntityRecords.useEntityRecordsWithPermissions,
RECEIVE_INTERMEDIATE_RESULTS: _utils.RECEIVE_INTERMEDIATE_RESULTS
});
//# sourceMappingURL=private-apis.js.map
;