2.2.2 • Published 7 months ago

@types/cli-welcome v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for cli-welcome 2.2
// Project: https://github.com/ahmadawais/cli-welcome
// Definitions by: Max Programming <https://github.com/max-programming>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Wed, 28 Jul 2021 03:01:23 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Max Programming.