UNPKG

xinc

Version:

基于napcat,node-napcat-ts的bot框架

8 lines (7 loc) 244 B
import { definePlugin, Structs } from './core/plugin'; export { definePlugin, Structs }; export * from './core/plugin'; export * from './napcat/Structs'; export * from './core/Logger'; export * from './core/config'; export * from './core/App';