Repository URL to install this package:
|
Version:
2.0.0-beta.20 ▾
|
/**
* @todo
*
* @see https://stackoverflow.com/questions/15601703/difference-between-app-use-and-app-get-in-express-js
*/
declare function runGraphqlServer(app: any): Promise<any>;
export { runGraphqlServer };