Re-export types from supports-color (#526)

This commit is contained in:
Richie Bendall 2021-11-21 19:51:24 +13:00 committed by GitHub
parent c987c61486
commit 09fd5c4ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 50 deletions

View file

@ -1,3 +1,4 @@
import process from 'node:process';
import styles from 'ansi-styles';
import chalk from '../source/index.js';