UNPKG

@wordpress/core-data

Version:
19 lines (17 loc) 565 B
"use strict"; 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