LookAtMySuitBot/js/node_modules/mineflayer-tool/lib/index.d.ts

5 lines
158 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
import { Bot } from 'mineflayer';
export declare function plugin(bot: Bot): void;
export { MiningEquipOptions } from './Tool';
export { Tool } from './Tool';