From 5613dc4a6bac811eb89a2a5433ecc85b144edbf9 Mon Sep 17 00:00:00 2001 From: Hannes Kaeufler Date: Mon, 29 Jan 2018 22:02:30 +0100 Subject: [PATCH] fix(mentor): Import URL constructor --- src/all_tips.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/all_tips.ts b/src/all_tips.ts index 5160a8c..8254797 100644 --- a/src/all_tips.ts +++ b/src/all_tips.ts @@ -1,3 +1,4 @@ +import { URL } from "url" import Tip from "./tip" /* tslint:disable:max-line-length */