UNPKG

monocle-ts-esm

Version:

A porting of scala monocle library to TypeScript

17 lines (16 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexRecord = void 0; /** * @since 1.7.0 */ const __1 = require(".."); const Record_1 = require("../At/Record"); /** * @category constructor * @since 1.7.0 */ function indexRecord() { return __1.Index.fromAt((0, Record_1.atRecord)()); } exports.indexRecord = indexRecord;