Cleanup: Remove `@typechecks`

Reviewed By: spicyj

Differential Revision: D4010629

fbshipit-source-id: b243b2ca09cdfcaeec49b5f6850139d0461b80c5
This commit is contained in:
Tim Yung 2016-10-12 19:22:07 -07:00 committed by Facebook Github Bot
parent 9c3bfe0cbb
commit a3868722f8
5 changed files with 0 additions and 5 deletions

View File

@ -23,7 +23,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @providesModule ListViewDataSource
* @typechecks
* @flow
*/
'use strict';

View File

@ -8,7 +8,6 @@
*
* @providesModule NavigationCardStackPanResponder
* @flow
* @typechecks
*/
'use strict';

View File

@ -8,7 +8,6 @@
*
* @providesModule NavigationPagerPanResponder
* @flow
* @typechecks
*/
'use strict';

View File

@ -3,7 +3,6 @@
*
* @providesModule NavigationTreeNode
* @flow
* @typechecks
*/
'use strict';

View File

@ -8,7 +8,6 @@
*
* @providesModule EmitterSubscription
* @noflow
* @typechecks
*/
'use strict';