UNPKG

atomics-http

Version:

atomics-http is a Node.js extension that provides synchronous http calls.

4 lines (3 loc) 185 B
import { RequestOptions } from './RequestOptions'; declare function cleanup(url: string | object | RequestOptions, options?: Object | RequestOptions): RequestOptions; export = cleanup;