Update stderr.js.flow

This commit is contained in:
Sindre Sorhus 2018-12-28 02:55:49 +01:00 committed by GitHub
parent c2fa79f513
commit 9223dac310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
// @flow strict
import { Chalk } from './index';
import {Chalk} from '.';
declare module.exports: Chalk;