export const GIT_LOG_ARGS = 'GIT_LOG_ARGS';
export const NAV_INTERVAL = 'NAV_INTERVAL';

export const stash: Map<string, any> = new Map();
