UNPKG

onebot-commander

Version:

OneBot12 Message Segment Commander - TypeScript version with dual ESM/CJS format support

11 lines (10 loc) 363 B
// 导出所有类型和类 export * from './types.js'; export * from './errors.js'; export { PatternToken } from './pattern_token.js'; export { MatchResult } from './match_result.js'; export * from './pattern_parser.js'; export * from './segment_matcher.js'; export * from './commander.js'; // 默认导出 export { Commander as default } from './commander.js';