mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 00:00:26 +00:00
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
export * from './file';
|
|
export * from './friend';
|
|
export * from './group';
|
|
export * from './msg';
|
|
export * from './user';
|
|
export * from './webapi';
|
|
export * from './system'; |