prepack/flow-typed/npm/babylon_vx.x.x.js
Sebastian Markbage 8a1d196255 Initial commit
2017-03-28 20:52:41 -07:00

47 lines
1.2 KiB
JavaScript

// flow-typed signature: ce9e068371b15477711e7cc8b3aba7da
// flow-typed version: <<STUB>>/babylon_v^6.5.2/flow_v0.38.0
/**
* This is an autogenerated libdef stub for:
*
* 'babylon'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'babylon' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'babylon/bin/babylon' {
declare module.exports: any;
}
declare module 'babylon/bin/generate-identifier-regex' {
declare module.exports: any;
}
declare module 'babylon/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babylon/bin/babylon.js' {
declare module.exports: $Exports<'babylon/bin/babylon'>;
}
declare module 'babylon/bin/generate-identifier-regex.js' {
declare module.exports: $Exports<'babylon/bin/generate-identifier-regex'>;
}
declare module 'babylon/lib/index.js' {
declare module.exports: $Exports<'babylon/lib/index'>;
}