We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f847cc commit 7687d75Copy full SHA for 7687d75
flow-typed/flow.lock
@@ -104,7 +104,8 @@
104
"enzyme": "",
105
"react-test-renderer": "",
106
"markdown-table": "",
107
- "react-testing-library": ""
+ "react-testing-library": "",
108
+ "flow-bin": ""
109
},
110
"stub": {},
111
"builtin": {
flow-typed/npm/flow-bin_v0.x.x.js
@@ -0,0 +1,6 @@
1
+// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
2
+// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
3
+
4
+declare module "flow-bin" {
5
+ declare module.exports: string;
6
+}
0 commit comments