UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

4 lines (3 loc) 136 B
export * from './format'; export * from './tag-format'; export declare const diffConv: (diff: string) => "E" | "H" | "N" | "E+" | "EX";