diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-04 16:26:56 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-04 16:26:56 -0400 |
commit | 153a40fbcd314459f94d9a2b44d3466c930c4e35 (patch) | |
tree | 5c853355da693e68c393b38c0c66a1f84ef0ac89 /src/lib/index.ts | |
parent | cf564dbb6435886f97e2e9870363144386af368d (diff) | |
download | tanzanite-153a40fbcd314459f94d9a2b44d3466c930c4e35.tar.gz tanzanite-153a40fbcd314459f94d9a2b44d3466c930c4e35.tar.bz2 tanzanite-153a40fbcd314459f94d9a2b44d3466c930c4e35.zip |
cleaned up
Diffstat (limited to 'src/lib/index.ts')
-rw-r--r-- | src/lib/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/index.ts b/src/lib/index.ts new file mode 100644 index 0000000..6a1433c --- /dev/null +++ b/src/lib/index.ts @@ -0,0 +1,3 @@ +export * from './extensions'; +export * from './models'; +export * from './utils'; |