casualroom/apps/fenghuo/web/lib/articles/index.ts

8 lines
149 B
TypeScript
Raw Permalink Normal View History

2025-07-28 07:50:50 +08:00
// 类型导出
export type * from './types.js';
// 常量导出
export * from './constants.js';
// 工具函数导出
export * from './utils.js';