UNPKG

sc4

Version:

A command line utility for automating SimCity 4 modding tasks & modifying savegames

7 lines (6 loc) 174 B
type CityCountCommandOptions = { min?: number; sort?: boolean; }; export declare function cityCount(file: string, options: CityCountCommandOptions): void; export {};