index.ts 174 B

123456
  1. /**
  2. * @dotouch/shared - 共享模块统一导出
  3. * 提供给 apps/web 和 apps/api 共同引用的类型和常量
  4. */
  5. export * from './types';
  6. export * from './constants';