This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
image-juicer/flow-typed/npm/eslint-plugin-flowtype-erro...

60 lines
1.9 KiB
JavaScript

// flow-typed signature: 7b84189e9f11d5c1eaa7ef7bb2da3af3
// flow-typed version: <<STUB>>/eslint-plugin-flowtype-errors_v^3.0.3/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-flowtype-errors'
*
* 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 'eslint-plugin-flowtype-errors' {
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 'eslint-plugin-flowtype-errors/dist/collect' {
declare module.exports: any;
}
declare module 'eslint-plugin-flowtype-errors/dist/filter' {
declare module.exports: any;
}
declare module 'eslint-plugin-flowtype-errors/dist/format' {
declare module.exports: any;
}
declare module 'eslint-plugin-flowtype-errors/dist/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-plugin-flowtype-errors/dist/collect.js' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors/dist/collect'>;
}
declare module 'eslint-plugin-flowtype-errors/dist/filter.js' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors/dist/filter'>;
}
declare module 'eslint-plugin-flowtype-errors/dist/format.js' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors/dist/format'>;
}
declare module 'eslint-plugin-flowtype-errors/dist/index.js' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors/dist/index'>;
}
declare module 'eslint-plugin-flowtype-errors/index' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors'>;
}
declare module 'eslint-plugin-flowtype-errors/index.js' {
declare module.exports: $Exports<'eslint-plugin-flowtype-errors'>;
}