Skip to content

Commit

Permalink
Replace deprecated Predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pierroberto committed Nov 11, 2024
1 parent f87d229 commit edf3fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/struct.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { pipe, Predicate } from 'fp-ts/function'
import { pipe } from 'fp-ts/function'
import { Predicate } from 'fp-ts/Predicate'
import * as RA from 'fp-ts/ReadonlyArray'
import * as RR from 'fp-ts/ReadonlyRecord'
import * as S from 'fp-ts/struct'
Expand Down

0 comments on commit edf3fd0

Please sign in to comment.