UNPKG

hackmud-script-manager

Version:

Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.

5 lines (4 loc) 122 B
export declare function syncMacros(hackmudPath: string): Promise<{ macrosSynced: number; usersSynced: number; }>;