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

1.1.3 • Public • Published

Installation

npm install --save @types/ascii-cats

Summary

This package contains type definitions for ascii-cats (https://github.com/bbihq/ascii-cats).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ascii-cats.

index.d.ts

/**
 * @description Returns some ASCII cats.
 * You know, for spicing up your command line. With cats.
 */
declare function asciiCats(cat?: asciiCats.CatName): string;

/**
 *  🐈 ascii cats for node and cli
 */
declare namespace asciiCats {
    type CatName =
        | "grumpy"
        | "approaching"
        | "tubby"
        | "confused"
        | "playful"
        | "thoughtful"
        | "delighted"
        | "nyan"
        | "resting"
        | "octocat"
        | "ready-to-attack"
        | "awake"
        | "sleepy"
        | "got-dat-cat"
        | "hector"
        | "leroy"
        | "longcat"
        | "mini"
        | "nyancat-2"
        | "paws"
        | "^"
        | "big-cat"
        | "lazzzy"
        | "sit"
        | "lion"
        | "panther"
        | "fat"
        | "cat-watch"
        | "tiger"
        | "box"
        | "couple"
        | "tails"
        | "bug"
        | "tree"
        | "angel"
        | "ass"
        | "lucky"
        | "sexy"
        | "fish-bowl"
        | "halloween";

    const catNames: string[];
}
export = asciiCats;

Additional Details

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

Credits

These definitions were written by Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ascii-cats

Weekly Downloads

6

Version

1.1.3

License

MIT

Unpacked Size

4.75 kB

Total Files

5

Last publish

Collaborators

  • types