Require Node.js 8

This commit is contained in:
Sindre Sorhus 2019-03-12 20:11:31 +07:00
parent de2f4cd606
commit 3ef170b457
6 changed files with 56 additions and 54 deletions

2
index.d.ts vendored
View file

@ -271,6 +271,6 @@ export interface Chalk {
* Order doesn't matter, and later styles take precedent in case of a conflict.
* This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`.
*/
declare const chalk: Chalk & { supportsColor: ColorSupport };
declare const chalk: Chalk & {supportsColor: ColorSupport};
export default chalk;