Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import { ASTNode } from '../jsonASTTypes';
|
||||
export declare class FlowStyleRewriter {
|
||||
private readonly indentation;
|
||||
constructor(indentation: string);
|
||||
write(node: ASTNode): string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user