Skip to content

Commit

Permalink
chore: add JSDoc descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed May 28, 2019
1 parent cb5a15f commit e023d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generators/utils/add/questions/index.ts
Expand Up @@ -13,8 +13,8 @@ import { Question } from "inquirer";

/**
* Returns Inquirer question for given action
* @param {string} action
* @returns {Question}
* @param {string} action action for which question has to be prompted
* @returns {Question} Question for given action
*/
export const manualOrListInput: (action: string) => Question = (action: string) => {
const actionQuestion = `What do you want to add to ${action}?`;
Expand Down

0 comments on commit e023d23

Please sign in to comment.