mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-25 13:31:24 +01:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export interface Options {
|
|
cwd: string;
|
|
}
|
|
export declare const options: Options;
|