UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

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