UNPKG

ursamu-mud

Version:

Ursamu - Modular MUD Engine with sandboxed scripting and plugin system

7 lines (6 loc) 134 B
#!/usr/bin/env node /** * Ursamu CLI - Developer command-line interface */ declare function main(): Promise<void>; export { main };