Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tracks/inputs/raml/raml"

Index

Variables

Functions

Variables

questions

questions: inquirer.Questions = [{name: 'path',type: 'input',message: 'Path to raml spec file',validate: (value: string): boolean => {if (value.length) {return true;}console.log(chalk.red('Path to raml spec file not provided.'));return false;},},]

Functions

handler

  • handler(data: object): Promise<Schema>

Generated using TypeDoc