3.0.7 • Published 6 months ago

@types/inquirer-npm-name v3.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for inquirer-npm-name 3.0
// Project: https://github.com/SBoudrias/inquirer-npm-name
// Definitions by: manuth <https://github.com/manuth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.2

import { Inquirer, Question } from "inquirer";

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

Additional Details

  • Last updated: Mon, 06 Sep 2021 19:31:28 GMT
  • Dependencies: @types/inquirer
  • Global values: none

Credits

These definitions were written by manuth.

3.0.7

6 months ago

3.0.6

6 months ago

3.0.5

7 months ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

3 years ago

3.0.1

5 years ago

3.0.0

5 years ago