"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexReadonlyRecord = void 0; var R = require("./Record"); /** * @category constructor * @since 2.2.0 */ exports.indexReadonlyRecord = R.indexRecord;