signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
10 lines • 296 B
TypeScript
/**
* Fetch Wrapper for WASM Network Capability
*
* Provides a Node.js fetch wrapper that handles various header formats
*/
/**
* Get a properly wrapped fetch function for use with as-fetch
*/
export declare function getNodeFetch(): typeof fetch;
//# sourceMappingURL=fetch-wrapper.d.ts.map