We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b6957 commit 821d1edCopy full SHA for 821d1ed
1 file changed
packages/react-native-executorch/src/hooks/useModule.ts
@@ -73,12 +73,6 @@ export const useModule = <
73
}
74
};
75
76
- const forwardGeneric = async (
77
- ...input: ForwardArgs
78
- ): Promise<ForwardReturn> => {
79
- return await forward(...input);
80
- };
81
-
82
return {
83
/**
84
* Contains the error message if the model failed to load.
@@ -100,6 +94,5 @@ export const useModule = <
100
94
*/
101
95
downloadProgress,
102
96
forward,
103
- forwardGeneric,
104
97
105
98
0 commit comments