mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
export * from './file';
|
|
export * from './friend';
|
|
export * from './group';
|
|
export * from './msg';
|
|
export * from './user';
|
|
export * from './webapi';
|
|
export * from './sign';
|
|
export * from './system'; |