@chubbyts/chubbyts-api
Version:
[](https://github.com/chubbyts/chubbyts-api/actions?query=workflow%3ACI) [ • 430 B
TypeScript
import type { Data } from '@chubbyts/chubbyts-decode-encode/dist';
import type { Encoder } from '@chubbyts/chubbyts-decode-encode/dist/encoder';
import type { Response, ServerRequest } from '@chubbyts/chubbyts-http-types/dist/message';
export declare const valueToData: (value: unknown) => Data;
export declare const stringifyResponseBody: (request: ServerRequest, response: Response, encoder?: Encoder, data?: Data) => Response;