This commit is contained in:
11
node_modules/yaml-language-server/lib/umd/languageservice/utils/json.d.ts
generated
vendored
Normal file
11
node_modules/yaml-language-server/lib/umd/languageservice/utils/json.d.ts
generated
vendored
Normal file
@@ -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