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/spectron_vx.x.x.js

81 lines
2.1 KiB
JavaScript

// flow-typed signature: f530ecc173d6388734e4624237b11e60
// flow-typed version: <<STUB>>/spectron_v^3.6.1/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'spectron'
*
* 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 'spectron' {
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 'spectron/lib/accessibility' {
declare module.exports: any;
}
declare module 'spectron/lib/api' {
declare module.exports: any;
}
declare module 'spectron/lib/application' {
declare module.exports: any;
}
declare module 'spectron/lib/check-minor-version' {
declare module.exports: any;
}
declare module 'spectron/lib/chrome-driver' {
declare module.exports: any;
}
declare module 'spectron/lib/launcher' {
declare module.exports: any;
}
declare module 'spectron/vendor/axs_testing' {
declare module.exports: any;
}
// Filename aliases
declare module 'spectron/index' {
declare module.exports: $Exports<'spectron'>;
}
declare module 'spectron/index.js' {
declare module.exports: $Exports<'spectron'>;
}
declare module 'spectron/lib/accessibility.js' {
declare module.exports: $Exports<'spectron/lib/accessibility'>;
}
declare module 'spectron/lib/api.js' {
declare module.exports: $Exports<'spectron/lib/api'>;
}
declare module 'spectron/lib/application.js' {
declare module.exports: $Exports<'spectron/lib/application'>;
}
declare module 'spectron/lib/check-minor-version.js' {
declare module.exports: $Exports<'spectron/lib/check-minor-version'>;
}
declare module 'spectron/lib/chrome-driver.js' {
declare module.exports: $Exports<'spectron/lib/chrome-driver'>;
}
declare module 'spectron/lib/launcher.js' {
declare module.exports: $Exports<'spectron/lib/launcher'>;
}
declare module 'spectron/vendor/axs_testing.js' {
declare module.exports: $Exports<'spectron/vendor/axs_testing'>;
}