UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

7 lines (6 loc) 129 B
/** * The directory of the app code * @author Gabe Abrams */ declare let APP_DIRECTORY: string; export default APP_DIRECTORY;