UNPKG

fp-ts-std

Version:

The missing pseudo-standard library for fp-ts.

5 lines (4 loc) 151 B
import { identity } from "fp-ts/function"; import { runReader } from "./Reader"; export const runReaderIO = runReader; export const asksIO = identity;