sonarqube/server/sonar-web/flow-typed/npm/find-cache-dir_vx.x.x.js
2017-06-13 15:11:07 +02:00

34 lines
874 B
JavaScript

// flow-typed signature: 4ae6367771d25669b8e15f9d1c42e918
// flow-typed version: <<STUB>>/find-cache-dir_v0.1.1/flow_v0.47.0
/**
* This is an autogenerated libdef stub for:
*
* 'find-cache-dir'
*
* 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 'find-cache-dir' {
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.
*/
// Filename aliases
declare module 'find-cache-dir/index' {
declare module.exports: $Exports<'find-cache-dir'>;
}
declare module 'find-cache-dir/index.js' {
declare module.exports: $Exports<'find-cache-dir'>;
}