From fbd2e7782188250810cbea7136923dd9d5d2ed31 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jul 2017 23:47:15 +0200 Subject: [PATCH] fix(exports): export all things from client --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e8aed25..83a1591 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export { Client } from './Client'; \ No newline at end of file +export * from './Client'; \ No newline at end of file