|
| 1 | +// flow-typed signature: 6b3e411701babc2e6f6520580da2616a |
| 2 | +// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@commitlint/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 '@commitlint/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 '@commitlint/cli/fixtures/empty/commitlint.config' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module '@commitlint/cli/fixtures/extends-root/extended' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +declare module '@commitlint/cli/fixtures/signoff/commitlint.config' { |
| 54 | + declare module.exports: any; |
| 55 | +} |
| 56 | + |
| 57 | +declare module '@commitlint/cli/fixtures/simple/commitlint.config' { |
| 58 | + declare module.exports: any; |
| 59 | +} |
| 60 | + |
| 61 | +declare module '@commitlint/cli/lib/cli' { |
| 62 | + declare module.exports: any; |
| 63 | +} |
| 64 | + |
| 65 | +declare module '@commitlint/cli/lib/cli.test' { |
| 66 | + declare module.exports: any; |
| 67 | +} |
| 68 | + |
| 69 | +declare module '@commitlint/cli/lib/help' { |
| 70 | + declare module.exports: any; |
| 71 | +} |
| 72 | + |
| 73 | +declare module '@commitlint/cli/src/cli' { |
| 74 | + declare module.exports: any; |
| 75 | +} |
| 76 | + |
| 77 | +declare module '@commitlint/cli/src/cli.test' { |
| 78 | + declare module.exports: any; |
| 79 | +} |
| 80 | + |
| 81 | +declare module '@commitlint/cli/src/help' { |
| 82 | + declare module.exports: any; |
| 83 | +} |
| 84 | + |
| 85 | +// Filename aliases |
| 86 | +declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' { |
| 87 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>; |
| 88 | +} |
| 89 | +declare module '@commitlint/cli/fixtures/extends-root/extended.js' { |
| 90 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>; |
| 91 | +} |
| 92 | +declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' { |
| 93 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>; |
| 94 | +} |
| 95 | +declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' { |
| 96 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>; |
| 97 | +} |
| 98 | +declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' { |
| 99 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>; |
| 100 | +} |
| 101 | +declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' { |
| 102 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>; |
| 103 | +} |
| 104 | +declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' { |
| 105 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>; |
| 106 | +} |
| 107 | +declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' { |
| 108 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>; |
| 109 | +} |
| 110 | +declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' { |
| 111 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>; |
| 112 | +} |
| 113 | +declare module '@commitlint/cli/index' { |
| 114 | + declare module.exports: $Exports<'@commitlint/cli'>; |
| 115 | +} |
| 116 | +declare module '@commitlint/cli/index.js' { |
| 117 | + declare module.exports: $Exports<'@commitlint/cli'>; |
| 118 | +} |
| 119 | +declare module '@commitlint/cli/lib/cli.js' { |
| 120 | + declare module.exports: $Exports<'@commitlint/cli/lib/cli'>; |
| 121 | +} |
| 122 | +declare module '@commitlint/cli/lib/cli.test.js' { |
| 123 | + declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>; |
| 124 | +} |
| 125 | +declare module '@commitlint/cli/lib/help.js' { |
| 126 | + declare module.exports: $Exports<'@commitlint/cli/lib/help'>; |
| 127 | +} |
| 128 | +declare module '@commitlint/cli/src/cli.js' { |
| 129 | + declare module.exports: $Exports<'@commitlint/cli/src/cli'>; |
| 130 | +} |
| 131 | +declare module '@commitlint/cli/src/cli.test.js' { |
| 132 | + declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>; |
| 133 | +} |
| 134 | +declare module '@commitlint/cli/src/help.js' { |
| 135 | + declare module.exports: $Exports<'@commitlint/cli/src/help'>; |
| 136 | +} |
0 commit comments