Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/util/annotations.js
rd565449 r0c6b92a 13 13 * @param {ASTNode} node The AST node being checked. 14 14 * @param {Object} context 15 * @returns { Boolean} True if the node is a type annotated props declaration, false if not.15 * @returns {boolean} True if the node is a type annotated props declaration, false if not. 16 16 */ 17 17 function isAnnotatedFunctionPropsDeclaration(node, context) {
Note:
See TracChangeset
for help on using the changeset viewer.