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