chalk/stderr.js.flow

5 lines
73 B
Text
Raw Normal View History

// @flow strict
2018-12-28 02:55:49 +01:00
import {Chalk} from '.';
declare module.exports: Chalk;