Remove @providesModule declarations in src/utils to avoid Flow conflicts with fbjs package (#2665)

This commit is contained in:
Ashoat Tevosyan
2017-09-28 15:42:14 -04:00
committed by Spencer Carli
parent e139e83a1a
commit a79d86b152
2 changed files with 0 additions and 3 deletions

View File

@@ -5,8 +5,6 @@
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule invariant
*/
'use strict';

View File

@@ -6,7 +6,6 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule shallowEqual
* @typechecks
* @flow
*/