mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
declare module 'gulp-azure-storage' {
|
|
import { ThroughStream } from 'event-stream';
|
|
|
|
export function upload(options: any): ThroughStream;
|
|
}
|