Skip to content

Commit

Permalink
Export catch error on cf namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Mar 13, 2024
1 parent 371d2fe commit 8cf2e77
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/composable/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
export type { Composable, Result, ErrorWithMessage } from './types.ts'
export { toErrorWithMessage } from './errors.ts'
export { composable, pipe, map, mapError, sequence, all, collect } from './composable.ts'
export {
catchError,
composable,
pipe,
map,
mapError,
sequence,
all,
collect,
} from './composable.ts'

0 comments on commit 8cf2e77

Please sign in to comment.