From 4e10dc377e389a4f92702f492083c7d221e9fa23 Mon Sep 17 00:00:00 2001 From: ikokostya Date: Sat, 23 Feb 2019 02:00:13 +0300 Subject: [PATCH] revert import statement --- types/lru-cache/lru-cache-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lru-cache/lru-cache-tests.ts b/types/lru-cache/lru-cache-tests.ts index ec8fa21bf2..73d7c1ba6a 100644 --- a/types/lru-cache/lru-cache-tests.ts +++ b/types/lru-cache/lru-cache-tests.ts @@ -1,4 +1,4 @@ -import * as LRUCache from 'lru-cache'; +import LRUCache = require('lru-cache'); const num = 1;