UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

11 lines (10 loc) 227 B
/** * @since 1.7.0 */ import { At } from '..' import { Option } from 'fp-ts/lib/Option' /** * @category constructor * @since 1.7.0 */ export declare function atRecord<A = never>(): At<Record<string, A>, string, Option<A>>