UNPKG
babel-plugin-transform-reblend-function-to-class
Version:
latest (9.2.7)
9.2.7
9.2.6
9.2.5
9.2.4
9.2.3
9.2.0
9.1.2
9.1.1
9.1.0
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.0.1
8.0.0
7.0.0
6.0.2
6.0.1
5.5.6
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.1
5.0.0
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.8
4.0.6
4.0.5
4.0.4
4.0.2
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
babel-plugin-transform-reblend-function-to-class
/
lib
/
processHookMemberAccess.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
NodePath
}
from
'@babel/traverse'
;
export
declare
function
processHookMemberAccess
(
path: NodePath
):
void
;