UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

7 lines (6 loc) 201 B
/** * Validate that the user is running the most up-to-date version of the dev wizard * @author Gabe Abrams */ declare const validateWizardVersion: () => void; export default validateWizardVersion;