main
Last change
on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
390 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * Checks if we are declaring a `props` argument with a flow type annotation.
|
---|
3 | * @param {ASTNode} node The AST node being checked.
|
---|
4 | * @param {Object} context
|
---|
5 | * @returns {boolean} True if the node is a type annotated props declaration, false if not.
|
---|
6 | */
|
---|
7 | export function isAnnotatedFunctionPropsDeclaration(node: ASTNode, context: any): boolean;
|
---|
8 | //# sourceMappingURL=annotations.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.