better-npm-init
Version:
A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]
10 lines (9 loc) • 360 B
text/typescript
export abstract class CONSTANTS {
static readonly DISMISS = 'dismiss-alert';
static readonly ERROR = 'error-alert';
static readonly SHOW_LOADER = 'show-loader';
static readonly AUTH_HEADER = 'Authorization';
static readonly REFRESH_TOKEN = 'refresh_token';
static readonly USERNAME = 'username';
static readonly PASSWORD = 'password';
}