Skip to content

Commit 82e3407

Browse files
committed
Add missing export
1 parent d821982 commit 82e3407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import IPinfoWrapper from "./ipinfoWrapper";
2+
import IPinfoLiteWrapper from "./ipinfoLiteWrapper";
23
import Cache from "./cache/cache";
34
import LruCache from "./cache/lruCache";
45
import ApiLimitError from "./errors/apiLimitError";
56

67
export { Options } from "lru-cache";
78

8-
export { Cache, LruCache, IPinfoWrapper, ApiLimitError };
9+
export { Cache, LruCache, IPinfoWrapper, IPinfoLiteWrapper, ApiLimitError };
910
export {
1011
Asn,
1112
Company,

0 commit comments

Comments
 (0)