Skip to content

Commit

Permalink
Add composable-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed May 22, 2024
1 parent 2c9fb8a commit 45994f3
Show file tree
Hide file tree
Showing 35 changed files with 17 additions and 4,732 deletions.
16 changes: 16 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/constructor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
ParserSchema,
Result,
} from './types.ts'
import * as Future from './future/index.ts'
import * as Future from 'npm:composable-functions@beta'

function composableToDF<R>(
cf: Future.Composable<(inout?: unknown, environment?: unknown) => R>,
Expand Down
Loading

0 comments on commit 45994f3

Please sign in to comment.