mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Fix many "import *" that should be "import =" (#23443)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as Docker from 'dockerode';
|
||||
import Docker = require('dockerode');
|
||||
import * as fs from 'fs';
|
||||
|
||||
// Code samples from Dockerode 'Getting started'
|
||||
|
||||
Reference in New Issue
Block a user