Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/momentum/cli/deps.ts>exec

Momentum is an open-source framework for building server-side Deno applications in TypeScript. It provides the paradigms and design patterns to guide developers to create robust, scalable, and enterprise-grade applications.
Latest
variable exec
import { exec } from "https://deno.land/x/momentum@v0.8.2/cli/deps.ts";

type

(command: string, options?: IOptions) => Promise<IExecResponse>