UNPKG

@topgroup/diginext

Version:

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

4 lines 372 B
export declare const supportedLanguages: readonly ["javascript", "typescript", "golang", "python", "rust", "php", "java"]; export type SupportedLanguage = (typeof supportedLanguages)[number]; export declare const detectLanguage: (dir: string) => ("javascript" | "typescript" | "golang" | "python" | "rust" | "php" | "java")[]; //# sourceMappingURL=detect-language.d.ts.map