mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
10 lines
224 B
TypeScript
10 lines
224 B
TypeScript
export * from './file';
|
|
export * from './friend';
|
|
export * from './group';
|
|
export * from './msg';
|
|
export * from './user';
|
|
export * from './webapi';
|
|
export * from './system';
|
|
export * from './packet';
|
|
export * from './file';
|