UNPKG

@girin/framework

Version:

Core modules for Girin: GraphQL server framework

9 lines 362 B
/// <reference types="node" /> import { IncomingMessage, ServerResponse } from 'http'; export declare const app: import("express-serve-static-core").Express; export interface ContextArguments { req: IncomingMessage; res: ServerResponse; } export declare const contextMap: Map<string, (args: ContextArguments) => any>; //# sourceMappingURL=global.d.ts.map