UNPKG

@h4ad/serverless-adapter

Version:

Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, Hapi, Fastify and many others), on top of AWS, Azure, Digital Ocean and many other clouds.

21 lines (18 loc) 574 B
import { R as ResolverContract, c as Resolver } from '../../adapter.contract-FnS-TPRj.js'; import '../../headers-DjfGHDmI.js'; import 'http'; import 'node:http'; import '../../logger-F8qccesk.js'; /** * The class that represents a dummy resolver that does nothing and can be used by the cloud that doesn't use resolvers. * * @breadcrumb Resolvers / DummyResolver * @public */ declare class DummyResolver implements ResolverContract<any, any, any, any, any> { /** * {@inheritDoc} */ createResolver(): Resolver<any, void>; } export { DummyResolver };