Skip to content

Commit 7687d75

Browse files
committedMar 29, 2019
Add flow-bin types
1 parent 8f847cc commit 7687d75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎flow-typed/flow.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"enzyme": "",
105105
"react-test-renderer": "",
106106
"markdown-table": "",
107-
"react-testing-library": ""
107+
"react-testing-library": "",
108+
"flow-bin": ""
108109
},
109110
"stub": {},
110111
"builtin": {

‎flow-typed/npm/flow-bin_v0.x.x.js

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.