UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

7 lines (6 loc) 197 B
/** * Char that separates the branch name from the version number in the appImage * @author Gabe Abrams */ declare const BRANCH_VERSION_SEPARATOR = "@"; export default BRANCH_VERSION_SEPARATOR;