UNPKG

koishi-plugin-ffxiv-lodestone

Version:

A koishi plugin that provides lodestone related feature for FFXIV players

4 lines (3 loc) 139 B
import { Context } from 'koishi'; export declare const name = "lodestone"; export declare function apply(ctx: Context, config?: {}): void;