diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..11ea761 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,2 @@ +export * from './types'; +export * from './digiid'; // We'll add functions here later |