UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

6 lines 230 B
import type { InputOptions } from "../../interfaces/InputOptions"; /** * Setup "gitignore" for new application */ export declare const setupGitIgnore: (options: InputOptions) => void; //# sourceMappingURL=setupGitIgnore.d.ts.map