UNPKG

@graphql-hive/federation-gateway-audit

Version:
10 lines (7 loc) 318 B
import { Router, RouterComponentsBase, RouterSDK } from 'fets'; declare function serve(port: number): Promise<{ close: VoidFunction; }>; declare function createRouter<TServerContext>(): Router<TServerContext, RouterComponentsBase, RouterSDK>; export { createRouter, serve }; //# sourceMappingURL=index.d.cts.map