mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-08 20:39:11 +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';
|