🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
export interface Options {
|
|
cwd: string;
|
|
}
|
|
export declare const options: Options;
|