From 12cd86482c8d6eeb54e73b0c1139d9896df2e178 Mon Sep 17 00:00:00 2001 From: Han Li Date: Thu, 1 Jul 2021 13:30:38 -0400 Subject: [PATCH] add types in index --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..f63370b --- /dev/null +++ b/src/index.ts @@ -0,0 +1,2 @@ +export * from './fixed-width-decorator'; +export * from './fixed-width-convertible';