chalk.d.ts 95 B

123
  1. import chalkDefault from 'chalk';
  2. declare let chalk: chalkDefault.Chalk;
  3. export default chalk;