Re-export types from supports-color

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-11-21 18:37:10 +13:00
parent c987c61486
commit 8d18e3d58e
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
5 changed files with 24 additions and 50 deletions

View file

@ -1,3 +1,4 @@
import process from 'node:process';
import test from 'ava';
import chalk, {Chalk, chalkStderr} from '../source/index.js';