refactor: add jsdoc for gitinit

This commit is contained in:
Jacob Nguyen
2022-05-08 21:01:50 -05:00
parent 1e05bd92d8
commit 4c3ef4810a
2 changed files with 5 additions and 3 deletions

View File

@@ -93,7 +93,9 @@ export const npmInit = {
message: `Do you want to ${blueBright('me')} to initialize npm?`,
initial: true,
};
/**
* @type {import('prompts').PromptObject}
*/
export const gitInit = {
name: 'gitinit',
type: 'confirm',