PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/yaml/dist/stringify
Просмотр файла: stringifyCollection.d.ts
import type { Collection } from '../nodes/Collection';
import type { StringifyContext } from './stringify';
interface StringifyCollectionOptions {
blockItemPrefix: string;
flowChars: {
start: '{';
end: '}';
} | {
start: '[';
end: ']';
};
itemIndent: string;
onChompKeep?: () => void;
onComment?: () => void;
}
export declare function stringifyCollection(collection: Readonly<Collection>, ctx: StringifyContext, options: StringifyCollectionOptions): string;
export {};
Выполнить команду
Для локальной разработки. Не используйте в интернете!