🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
168 B
TypeScript
Executable File
5 lines
168 B
TypeScript
Executable File
export declare class VerbatimString extends String {
|
|
format: string;
|
|
constructor(format: string, value: string);
|
|
}
|
|
//# sourceMappingURL=verbatim-string.d.ts.map
|