revert import statement

This commit is contained in:
ikokostya
2019-02-23 02:00:13 +03:00
parent af4a799f9e
commit 4e10dc377e
+1 -1
View File
@@ -1,4 +1,4 @@
import * as LRUCache from 'lru-cache';
import LRUCache = require('lru-cache');
const num = 1;