@fakenickels/let-anything
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@fakenickels/let-anything", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -79,4 +79,3 @@ <p align="center"> | ||
```js | ||
import {either, function} from 'fp-ts' | ||
import {flow} from 'fp-ts/function' | ||
import {either} from 'fp-ts' | ||
import {letAnything} from '@fakenickels/let-anything' | ||
@@ -206,3 +205,3 @@ | ||
```js | ||
import {either, pipe} from 'fp-ts' | ||
import {either} from 'fp-ts' | ||
import {letAnything} from '@fakenickels/let-anything' | ||
@@ -209,0 +208,0 @@ |
20219
251