From 952f03df9efbd80108ed857f17af459677a535da Mon Sep 17 00:00:00 2001 From: radulle Date: Fri, 4 Jun 2021 14:39:11 +0200 Subject: [PATCH] fix type export --- package.json | 2 +- src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index adf27df..dafd210 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Chess clock engine", "author": "Nikola Radulaški", "license": "MIT", - "version": "0.4.0", + "version": "0.4.1", "keywords": [ "chess", "chessclock", diff --git a/src/index.ts b/src/index.ts index e1274a9..43f2eef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ import type { ClockState, ClockStatus, } from './types' +export * from './types' const UPDATE_INTERVAL = 100