UNPKG

mdkjs

Version:

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

7 lines (6 loc) 188 B
export declare type ActionType = 'start' | 'stop' | 'report'; /** * 开始或结束调试会话。 * @param action 动作 */ export default function (action: ActionType): string;