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 / graphql-modules / env / index.d.ts
Size: Mime:
export { default as EnvModel } from './Model.graphql';
export { default as envResolvers } from './resolvers';
export { config } from './config';
export * from './typings';
import { GraphQLModule } from '../library';
export declare const EnvModule: GraphQLModule<any, any, any>;