sonarqube/server/sonar-web/flow-typed/npm/handlebars-loader_vx.x.x.js
2017-08-15 17:21:24 +02:00

46 lines
1.3 KiB
JavaScript

// flow-typed signature: b21e3f04849f787996a843af72afc6cd
// flow-typed version: <<STUB>>/handlebars-loader_v1.5.0/flow_v0.52.0
/**
* This is an autogenerated libdef stub for:
*
* 'handlebars-loader'
*
* 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 'handlebars-loader' {
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 'handlebars-loader/lib/fastreplace' {
declare module.exports: any;
}
declare module 'handlebars-loader/lib/findNestedRequires' {
declare module.exports: any;
}
// Filename aliases
declare module 'handlebars-loader/index' {
declare module.exports: $Exports<'handlebars-loader'>;
}
declare module 'handlebars-loader/index.js' {
declare module.exports: $Exports<'handlebars-loader'>;
}
declare module 'handlebars-loader/lib/fastreplace.js' {
declare module.exports: $Exports<'handlebars-loader/lib/fastreplace'>;
}
declare module 'handlebars-loader/lib/findNestedRequires.js' {
declare module.exports: $Exports<'handlebars-loader/lib/findNestedRequires'>;
}