Skip to content

Commit e3a6503

Browse files
lgeigerrgbkrk
authored andcommittedSep 2, 2017
⬆️ flow-typed defs
1 parent 1532303 commit e3a6503

File tree

110 files changed

+10391
-14540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+10391
-14540
lines changed
 
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// flow-typed signature: 3b5c2e11b1e074acbf3a254168742a22
2+
// flow-typed version: <<STUB>>/@nteract/plotly_v^1.0.0/flow_v0.54.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@nteract/plotly'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@nteract/plotly' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module '@nteract/plotly/plotly.min' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module '@nteract/plotly/test' {
30+
declare module.exports: any;
31+
}
32+
33+
// Filename aliases
34+
declare module '@nteract/plotly/plotly.min.js' {
35+
declare module.exports: $Exports<'@nteract/plotly/plotly.min'>;
36+
}
37+
declare module '@nteract/plotly/test.js' {
38+
declare module.exports: $Exports<'@nteract/plotly/test'>;
39+
}

‎flow-typed/npm/babel-cli_vx.x.x.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 4435fbf02a5bad6d14e094416a80e996
2-
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.38.0
1+
// flow-typed signature: 1f493e5516d71b03eecabc0eebe052b9
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.26.0/flow_v0.54.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -8,8 +8,8 @@
88
*
99
* Fill this stub out by replacing all the `any` types.
1010
*
11-
* Once filled out, we encourage you to share your work with the
12-
* community by sending a pull request to:
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
1313
* https://github.com/flowtype/flow-typed
1414
*/
1515

0 commit comments

Comments
 (0)
Please sign in to comment.