UNPKG

bridgets

Version:

<p align="center"> <a href="https://bridgets.co"> <img src="http://bridgets.co/assets/logo-short.svg" height="48" /> <h1 align="center">BridgeTS</h1> </a> </p>

4 lines 224 B
/// <reference types="node" /> import { IncomingMessage, ServerResponse } from 'http'; export declare const fetchSdkRoute: (req: IncomingMessage, res: ServerResponse) => ServerResponse; //# sourceMappingURL=fetchSDK.d.ts.map