UNPKG

fp-ts-std

Version:

The missing pseudo-standard library for fp-ts.

8 lines (7 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asksIO = exports.runReaderIO = void 0; const function_1 = require("fp-ts/function"); const Reader_1 = require("./Reader"); exports.runReaderIO = Reader_1.runReader; exports.asksIO = function_1.identity;