Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql / dist / app.d.ts
Size: Mime:
import './typings';
import './bootstrapper/setup';
declare const schema: import("graphql").GraphQLSchema;
declare function createApp(): import("express-serve-static-core").Express;
export { schema, createApp };
export default createApp;