UNPKG

wle-uuidify

Version:

Switch Wonderland Engine project incremental number IDs to UUID

3 lines (2 loc) 269 B
export declare function wleUUIDifyProjects(projectGlobPaths: string[], commanderOptions: Record<string, string>): Promise<void>; export declare function wleUUIDify(projectPath: string, uuidifyPrefix: string, commanderOptions: Record<string, string>): Promise<boolean>;