1.6.3 • Published 2 years ago

@types/chalk-animation v1.6.3

Weekly downloads
156
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/chalk-animation

Summary

This package contains type definitions for chalk-animation (https://github.com/bokub/chalk-animation).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chalk-animation.

index.d.ts

// Type definitions for chalk-animation 1.6
// Project: https://github.com/bokub/chalk-animation
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export const rainbow: AnimationFn;
export const pulse: AnimationFn;
export const glitch: AnimationFn;
export const radar: AnimationFn;
export const neon: AnimationFn;
export const karaoke: AnimationFn;

export type AnimationFn = (text: string, speed?: number) => Animation;

export interface Animation {
    text: string[];
    lines: number;
    stopped: boolean;
    init: boolean;
    f: number;
    start(): void;
    stop(): void;
    replace(text: string): void;
    render(): void;
    frame(): string;
}

Additional Details

  • Last updated: Wed, 18 Aug 2021 16:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.

edo-clihypestyle-clicli-rgamesazfar-calc@everything-registry/sub-chunk-946iqra_numguessinggametayyab-guessing-gametalcalwizard-fed-2024word-counter118word_n_char_countword_n_char_count_by_walidwlv2-starterwpasterismspeedtypingspeedtypingtestthe-atm-cli-cmdthe-adventure-gamethis-is-my-bankthis-is-quiz-appthis-student-management-system@devasadshaikh/nggkas-todolaraib_number_guessing_gamelaraibs_number_guessing_gamecli_calculator13037quiz-appjanhendry_quizjanhendry_quiz1janhendy-quizess320-simple-caculatorsuhaib-calcstudent-portal-by-arsalanstep7_adventuregametypebasistsp2-guessgameubaid-atmubaid-student-management-systemubaid-todo_appubaid-word_counterubaid_numbergameumair-atmumair-calculationsumair-calculatorumair-numbergameumershah-calctypescript-nodeprojects-ooptypescript-calculatortypescripth-pr2todo-03todo-list-wasiftodolist-nabeeltodolistodolist_by_walidusmcli_cal@aneeq-tahir/cli-atm@aneeq-tahir/project-3@amrina/mybank_oop@anolilab/cerebro-core@afzaalahmad/number-guessing@aws/energy-workbench-cli@celp/celp-cli03_todolist2samquiz3cals01-simple-cli-calcwasif-calculatorus66-my-calculatorus66-my-calcultorus_num_guesszz-ts-calculator@hamza_rahim/number_guessing@hammadrehman/todo@infinitebrahmanuniverse/nolb-_types_c@lr56b/todo_cli@muhammadusmankhan/usman_calculator@muhammadsufyan/calculator.js@muhammadsufyan/index.js@neha.dev/numguess@neha.dev/project_oop_my_bank@neha.dev/word-counter@janhendry/quiz@saqib1987/std@rehan-warsi/oop-project@rizwan_ahmed/todo@obdul/pascalinemt6talha_my_bankmubashir-cli-calculatormustafa-calculatormmy03-atmmongobaminam-atmmk-calculatormybank-oop-huzaifamy-guessing-number-gameoop_bank_by_walidoop-huzaifaonyxclinumber_guessing-game_typescriptnumber_guessing_game_by_walid
1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

4 years ago

1.6.0

7 years ago