homepage-frontend/flow-typed/npm/ejs_vx.x.x.js
2018-01-18 19:53:38 +01:00

54 lines
1.2 KiB
JavaScript

// flow-typed signature: 8a8a7210b00a4e8c4fe9caad3125ab52
// flow-typed version: <<STUB>>/ejs_v^2.5.7/flow_v0.63.1
/**
* This is an autogenerated libdef stub for:
*
* 'ejs'
*
* 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 'ejs' {
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 'ejs/ejs' {
declare module.exports: any;
}
declare module 'ejs/ejs.min' {
declare module.exports: any;
}
declare module 'ejs/lib/ejs' {
declare module.exports: any;
}
declare module 'ejs/lib/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'ejs/ejs.js' {
declare module.exports: $Exports<'ejs/ejs'>;
}
declare module 'ejs/ejs.min.js' {
declare module.exports: $Exports<'ejs/ejs.min'>;
}
declare module 'ejs/lib/ejs.js' {
declare module.exports: $Exports<'ejs/lib/ejs'>;
}
declare module 'ejs/lib/utils.js' {
declare module.exports: $Exports<'ejs/lib/utils'>;
}