UNPKG

91 BJavaScriptView Raw
1// @flow
2
3export type BabelConfig = {|
4 plugins?: Array<any>,
5 presets?: Array<any>,
6|};