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

4 lines
155 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 { CollectBlock, Callback, CollectOptions } from './CollectBlock';