Fix many "import *" that should be "import =" (#23443)

This commit is contained in:
Andy
2018-02-05 15:35:41 -08:00
committed by GitHub
parent b890bf4556
commit 4b2d0110d5
180 changed files with 263 additions and 368 deletions

View File

@@ -1,4 +1,4 @@
import * as Docker from 'dockerode';
import Docker = require('dockerode');
import * as fs from 'fs';
// Code samples from Dockerode 'Getting started'