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

4 lines
155 B
TypeScript

import { Bot } from 'mineflayer';
export declare function plugin(bot: Bot): void;
export { CollectBlock, Callback, CollectOptions } from './CollectBlock';