Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/domain_functions/src/constructor.ts>fromComposable

Decouple your business logic from your framework. With first-class type inference from end to end.
Go to Latest
function fromComposable
import { fromComposable } from "https://deno.land/x/domain_functions@v2.6.0/src/constructor.ts";

Parameters

fn: A
optional
inputSchema: ParserSchema<I>
optional
environmentSchema: ParserSchema<E>