UNPKG

chalk-pipe

Version:

Create chalk style schemes with simpler style strings

7 lines (6 loc) 290 B
import { type ChalkInstance } from 'chalk'; declare const chalkPipe: (stylePipe?: string, customChalk?: ChalkInstance) => ChalkInstance; export { default as chalk } from 'chalk'; export * from 'chalk'; export { type KeywordName, keywordNames } from './styles.js'; export default chalkPipe;