UNPKG

@redwoodjs/sdk

Version:

A full-stack webapp toolkit designed for TypeScript, Vite, and React Server Components

9 lines (8 loc) 215 B
export declare const $: import("execa").ExecaScriptMethod<{ stdio: "inherit" | "pipe"; }>; export declare const $sh: import("execa").ExecaScriptMethod<{ stdio: "inherit" | "pipe"; } & { shell: true; }>;