UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

6 lines 279 B
import { type TemplatePath, type TemplateType } from "../types"; /** * Checks for any nested folder that matches a known template type. */ export declare function extractTemplateType(templatePath: TemplatePath): TemplateType; //# sourceMappingURL=extract-template-type.d.ts.map