We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f5c5 commit e8a91dfCopy full SHA for e8a91df
1 file changed
src/types.ts
@@ -1 +1,3 @@
1
-export declare function mapperData<T>(data: any): T;
+interface mapperData<T> {
2
+ (data: any): T;
3
+}
0 commit comments