UNPKG

290 BTypeScriptView Raw
1import { type ChalkInstance } from 'chalk';
2declare const chalkPipe: (stylePipe?: string, customChalk?: ChalkInstance) => ChalkInstance;
3export { default as chalk } from 'chalk';
4export * from 'chalk';
5export { type KeywordName, keywordNames } from './styles.js';
6export default chalkPipe;