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

2.0.4 • Public • Published

Installation

npm install --save @types/chalk-pipe

Summary

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

Details

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

index.d.ts

import chalk from "chalk";

/**
 * 🌈 Create chalk-style schemes with simpler style strings.
 * @param stylePipe Use a dot `.` to separate multiple styles.
 */
declare function chalkPipe<T extends typeof chalk = typeof chalk>(
    stylePipe: string,
    customChalk?: T,
): T;

export = chalkPipe;

Additional Details

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

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/chalk-pipe

Weekly Downloads

15

Version

2.0.4

License

MIT

Unpacked Size

3.01 kB

Total Files

5

Last publish

Collaborators

  • types