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-systemkas-todolaraib_number_guessing_gamelaraibs_number_guessing_gamehussnain-regestration-formguesing-numberguess-meguess-game--project-3guessingnumbergamhassan-calhaiders-number-guesserhuzi-calculatorlemon-hive-testmalicodes-calcmaddy-calcappmana-calmapher-cli-calcmapher-number-guessingmasood2000_project07_adventure_gamemasood2000_project11_oop_mybankmasood2000_project00_calculatormasood2000_project02_atmmasood2000_project05_word_countermaria-adventure-game-07manaheel-calmanaheel-calculatormanaheel-jamilmanaheell-calmanahel-calmanahel-calculatormanahil-calmaria-my-student-managment-system-06m6ra12-oopmaazwaqarcurrencyconvertermaazwaqartodoprjlms118laiba-calculatormazz_calculator_@wellyton/mapi@thmoon/templates@yesand/asterism@zalastax/nolb-_types_calpha-todo-listalpha-guess-gamealpha-calculator@zohaibkhan/todoapp@zsean/mybank_oopadil-todo-appabsardotweb-numguessadvtrs-gameadvanture-gameadventure-game-478adventure_game_by_walidadventure_game_by_walid_qazfarcalatm_by_walidatm_02atm-machine-umairatm118anniee-giaic-atm-machineascii-printeratodolist@obdul/pascaline@shanulhaq/adventure-game@shanulhaq/atm@shanulhaq/countdown-timer@shanulhaq/currency-converter@shanulhaq/oop@shanulhaq/oop-mybank@shanulhaq/quiz@shanulhaq/student-management-system@shanulhaq/todolist@shanulhaq/word-countergame-word-counter-05@syedzaryabahmed/simple-currency-changing@syedzaryabahmed/simple-number-counter@syedzaryabahmed/simple-student-managment@syedzaryabahmed/simple-todo-list-02@syedzaryabahmed/simple-atm@syedzaryabahmed/simple-calculator
1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

4 years ago

1.6.0

7 years ago