Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { Scalar } from 'yaml';
|
||||
export declare class BlockStringRewriter {
|
||||
private readonly indentation;
|
||||
private readonly maxLineLength;
|
||||
constructor(indentation: string, maxLineLength: number);
|
||||
writeFoldedBlockScalar(node: Scalar<string>): string | null;
|
||||
writeLiteralBlockScalar(node: Scalar<string>): string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user