@types/inquirer-npm-name
TypeScript icon, indicating that this package has built-in type declarations

3.0.7 • Public • Published

Installation

npm install --save @types/inquirer-npm-name

Summary

This package contains type definitions for inquirer-npm-name (https://github.com/SBoudrias/inquirer-npm-name).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer-npm-name.

index.d.ts

import { PromptFunction, Question } from "inquirer";

declare function askName(
    name: string | Question,
    inquirer: { prompt: PromptFunction },
): Promise<{ [key: string]: string }>;
export = askName;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/inquirer

Credits

These definitions were written by manuth.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/inquirer-npm-name

Weekly Downloads

8

Version

3.0.7

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • types