Skip to content

Commit

Permalink
Add @flow directive to findDOMNode shim (facebook#13265)
Browse files Browse the repository at this point in the history
* Add @flow directive to findDOMNode shim
  • Loading branch information
bvaughn committed Jul 24, 2018
1 parent ca0941f commit dbd16c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/rollup/shims/facebook-www/findDOMNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @format
*/

'use strict';
Expand Down

0 comments on commit dbd16c8

Please sign in to comment.