UNPKG

mineflayer-utils

Version:

A collection of small utility classes, functions, and events which work nicely with Mineflayer.

4 lines (3 loc) 108 B
import { Bot } from 'mineflayer'; export * from './classes'; export declare function utils(bot: Bot): void;