UNPKG

@chubbyts/chubbyts-api

Version:

[![CI](https://github.com/chubbyts/chubbyts-api/workflows/CI/badge.svg?branch=master)](https://github.com/chubbyts/chubbyts-api/actions?query=workflow%3ACI) [![Coverage Status](https://coveralls.io/repos/github/chubbyts/chubbyts-api/badge.svg?branch=maste

4 lines (3 loc) 276 B
import type { Middleware } from '@chubbyts/chubbyts-http-types/dist/middleware'; import type { Negotiator } from '@chubbyts/chubbyts-negotiation/dist/negotiation'; export declare const createContentTypeNegotiationMiddleware: (contentTypeNegotiator: Negotiator) => Middleware;