@types/cli-welcome
TypeScript icon, indicating that this package has built-in type declarations

2.2.2 • Public • Published

Installation

npm install --save @types/cli-welcome

Summary

This package contains type definitions for cli-welcome (https://github.com/ahmadawais/cli-welcome).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cli-welcome.

index.d.ts

interface WelcomeOptions {
    title: string;
    tagLine: string;
    description?: string;
    version?: string;
    bgColor?: string;
    color?: string;
    clear?: boolean;
    bold?: boolean;
}

declare function welcome(options: WelcomeOptions): void;

export = welcome;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Max Programming.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cli-welcome

Weekly Downloads

96

Version

2.2.2

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types