tslint 💄

This commit is contained in:
Joao Moreno
2016-02-12 17:20:07 +01:00
parent be4a1ef00c
commit 98b3482a49
29 changed files with 62 additions and 119 deletions

View File

@@ -5,7 +5,7 @@
'use strict';
import { Url, parse as parseUrl } from 'url';
import { parse as parseUrl } from 'url';
import { getProxyAgent } from './proxy';
import https = require('https');
import http = require('http');