Tether/JS-SDK/src/index.ts

6 lines
102 B
TypeScript
Raw Normal View History

2024-09-09 16:05:48 -07:00
export * from "@/lib/tether";
// Types
export * from "@/types/config";
2024-09-09 16:43:55 -07:00
export * from "@/types/user";