3 lines
No EOL
189 B
TypeScript
3 lines
No EOL
189 B
TypeScript
export declare function indent(s: string, char: string, amount: number): string;
|
|
export declare function getIndentation(line: string): string | undefined;
|
|
//# sourceMappingURL=text.d.ts.map
|