chalk/stderr.js.flow
2018-12-27 20:58:15 +01:00

5 lines
82 B
Text

// @flow strict
import { Chalk } from './index';
declare module.exports: Chalk;