Correct code example

This commit is contained in:
Daniel Tschinder 2016-08-16 19:07:56 +02:00 committed by GitHub
parent 56c7d5a67d
commit 8bef3156be

View File

@ -30,7 +30,7 @@ See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.m
- Add support for declare module.exports ([#72](https://github.com/babel/babylon/pull/72)) @danez
```js
declare module {
declare module "foo" {
declare module.exports: {}
}
```