monocle-ts icon indicating copy to clipboard operation
monocle-ts copied to clipboard

Document At/Index

Open christianbradley opened this issue 4 years ago • 1 comments

📖 Documentation

There is no documentation whatsoever for At or Index (atRecord, atSet etc). It would be helpful to even have some basic docs at the class/function level, if not in markdown.

christianbradley avatar Mar 19 '20 04:03 christianbradley

In addition, maybe we can re-export those data types from the main index.ts?

Currently, you have to import them like this:

import { atRecord } from "monocle-ts/es6/At/Record";

grzegorz-bielski avatar Apr 04 '20 17:04 grzegorz-bielski