|
| 1 | +// flow-typed signature: 6ac7525cb39415aa4d0200b0e3e98783 |
| 2 | +// flow-typed version: <<STUB>>/@babel/cli_v^7.1.5/flow_v0.131.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@babel/cli' |
| 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 '@babel/cli' { |
| 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 '@babel/cli/bin/babel-external-helpers' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module '@babel/cli/bin/babel' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module '@babel/cli/lib/babel-external-helpers' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module '@babel/cli/lib/babel/dir' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +declare module '@babel/cli/lib/babel/file' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module '@babel/cli/lib/babel' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module '@babel/cli/lib/babel/options' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +declare module '@babel/cli/lib/babel/util' { |
| 54 | + declare module.exports: any; |
| 55 | +} |
| 56 | + |
| 57 | +// Filename aliases |
| 58 | +declare module '@babel/cli/bin/babel-external-helpers.js' { |
| 59 | + declare module.exports: $Exports<'@babel/cli/bin/babel-external-helpers'>; |
| 60 | +} |
| 61 | +declare module '@babel/cli/bin/babel.js' { |
| 62 | + declare module.exports: $Exports<'@babel/cli/bin/babel'>; |
| 63 | +} |
| 64 | +declare module '@babel/cli/index' { |
| 65 | + declare module.exports: $Exports<'@babel/cli'>; |
| 66 | +} |
| 67 | +declare module '@babel/cli/index.js' { |
| 68 | + declare module.exports: $Exports<'@babel/cli'>; |
| 69 | +} |
| 70 | +declare module '@babel/cli/lib/babel-external-helpers.js' { |
| 71 | + declare module.exports: $Exports<'@babel/cli/lib/babel-external-helpers'>; |
| 72 | +} |
| 73 | +declare module '@babel/cli/lib/babel/dir.js' { |
| 74 | + declare module.exports: $Exports<'@babel/cli/lib/babel/dir'>; |
| 75 | +} |
| 76 | +declare module '@babel/cli/lib/babel/file.js' { |
| 77 | + declare module.exports: $Exports<'@babel/cli/lib/babel/file'>; |
| 78 | +} |
| 79 | +declare module '@babel/cli/lib/babel/index' { |
| 80 | + declare module.exports: $Exports<'@babel/cli/lib/babel'>; |
| 81 | +} |
| 82 | +declare module '@babel/cli/lib/babel/index.js' { |
| 83 | + declare module.exports: $Exports<'@babel/cli/lib/babel'>; |
| 84 | +} |
| 85 | +declare module '@babel/cli/lib/babel/options.js' { |
| 86 | + declare module.exports: $Exports<'@babel/cli/lib/babel/options'>; |
| 87 | +} |
| 88 | +declare module '@babel/cli/lib/babel/util.js' { |
| 89 | + declare module.exports: $Exports<'@babel/cli/lib/babel/util'>; |
| 90 | +} |
0 commit comments