UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

8 lines 224 B
import { Block } from '../ansible/types.js'; type Config = { name?: string; email?: string; }; export declare function install_git({ name, email }: Config): Block; export {}; //# sourceMappingURL=install_git.d.ts.map