UNPKG

mdkjs

Version:

mdk is a framework for developing Datapacks for Minecraft. It uses the typescript language.

5 lines (4 loc) 229 B
import { Selector } from "../../../mdk-core/src"; declare function tp(targets: Selector, destination: Selector, rotation?: string): string; declare function tp(targets: Selector, location: string): string; export default tp;