UNPKG

dg-npm-templates

Version:

Npx generator for react app dependency creation by digite

25 lines (20 loc) 394 B
export const GLOBAL_CONSTANTS = { ESCAPE_KEY: 27, ENTER_KEY: 13, F1_KEY: 112, YES: 'Y', NO: 'N', // Source Types SWIFTENTERPRISE: "SE", SWIFTKANBAN: "SK", SWIFTEASE: "EASe" }; export const APP_URL_CONSTANTS = { } export const setAppUrls = config => { if ( config ) { for ( const key in config ) { APP_URL_CONSTANTS[key] = config[key]; } } }