UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

13 lines (12 loc) 213 B
/** * @since 1.7.0 */ import { Index } from '..'; import { atRecord } from '../At/Record'; /** * @category constructor * @since 1.7.0 */ export function indexRecord() { return Index.fromAt(atRecord()); }