mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-24 00:40:05 +08: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'; |