UNPKG

vscode-test

Version:

![Test Status Badge](https://github.com/microsoft/vscode-test/workflows/Tests/badge.svg)

5 lines (4 loc) 206 B
/// <reference types="node" /> import { IncomingMessage } from 'http'; export declare function getStream(api: string): Promise<IncomingMessage>; export declare function getJSON<T>(api: string): Promise<T>;