UNPKG

datapack-manager

Version:
4 lines (3 loc) 194 B
import { Datapack } from "@throw-out-error/minecraft-datapack"; export declare function getMinecraftPath(): string; export declare function datapackFromPath(path: string): Promise<Datapack>;