feat(flow): flow type definition for 'stderr'
This commit is contained in:
parent
35bebfa849
commit
48d8210536
2 changed files with 10 additions and 0 deletions
5
stderr.js.flow
Normal file
5
stderr.js.flow
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// @flow strict
|
||||
|
||||
import { Chalk } from './index';
|
||||
|
||||
declare module.exports: Chalk;
|
||||
Loading…
Add table
Add a link
Reference in a new issue