It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:

This commit is contained in:
2025-06-11 09:05:15 +02:00
parent 36c2466e53
commit 6d6aa954dd
15556 changed files with 1076330 additions and 1 deletions

16
backend/node_modules/yaml/dist/util.d.ts generated vendored Normal file
View File

@ -0,0 +1,16 @@
export { createNode } from './doc/createNode';
export type { CreateNodeContext } from './doc/createNode';
export { debug, warn } from './log';
export type { LogLevelId } from './log';
export { createPair } from './nodes/Pair';
export { toJS } from './nodes/toJS';
export type { ToJSContext } from './nodes/toJS';
export { findPair } from './nodes/YAMLMap';
export { map as mapTag } from './schema/common/map';
export { seq as seqTag } from './schema/common/seq';
export { string as stringTag } from './schema/common/string';
export { foldFlowLines } from './stringify/foldFlowLines';
export type { FoldOptions } from './stringify/foldFlowLines';
export type { StringifyContext } from './stringify/stringify';
export { stringifyNumber } from './stringify/stringifyNumber';
export { stringifyString } from './stringify/stringifyString';