UNPKG

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 (8 loc) 158 B
export class AuthToken { access_token!: string; refresh_token!: string; } export class UserDetail { username!: string; password!: string; }