mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 18:28:58 +00: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;
|
|
}
|