Files
kan/packages/shared/src/index.ts
2025-01-29 16:21:30 +00:00

5 lines
85 B
TypeScript

export const name = "shared";
export * from "./constants";
export * from "./utils";