UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

5 lines 199 B
/** * Returns true if a git repo is initialized in this folder and false otherwise. */ export declare function isGitRepoInitialized(): boolean; //# sourceMappingURL=is-git-repo-initialized.d.ts.map