Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
export interface StringifySettings {
|
||||
newLineFirst: boolean;
|
||||
indentFirstObject: boolean;
|
||||
shouldIndentWithTab: boolean;
|
||||
}
|
||||
interface StringifySettingsInternal extends StringifySettings {
|
||||
indentation: string;
|
||||
existingProps: string[];
|
||||
}
|
||||
export declare function stringifyObject(obj: unknown, indent: string, stringifyLiteral: (val: unknown) => string, settings: StringifySettingsInternal, depth?: number, consecutiveArrays?: number): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user