UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

7 lines (6 loc) 297 B
/** * Dynamically import and register commands that require Node.js runtime * (e.g., ServerCommand which uses child_process, net, os via DedicatedServer). * Safe to call multiple times. Must NOT be called from web bundles. */ export declare function registerNodeOnlyCommands(): Promise<void>;