5 lines
82 B
Text
5 lines
82 B
Text
// @flow strict
|
|
|
|
import { Chalk } from './index';
|
|
|
|
declare module.exports: Chalk;
|