Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
yaml /
dist /
stringify /
Delete
Unzip
Name
Size
Permission
Date
Action
foldFlowLines.d.ts
1.25
KB
-rw-r--r--
2024-02-26 08:46
foldFlowLines.js
4.46
KB
-rw-r--r--
2024-02-26 08:46
stringify.d.ts
882
B
-rw-r--r--
2024-02-26 08:46
stringify.js
4.22
KB
-rw-r--r--
2024-02-26 08:46
stringifyCollection.d.ts
524
B
-rw-r--r--
2024-02-26 08:46
stringifyCollection.js
5.47
KB
-rw-r--r--
2024-02-26 08:46
stringifyComment.d.ts
419
B
-rw-r--r--
2024-02-26 08:46
stringifyComment.js
801
B
-rw-r--r--
2024-02-26 08:46
stringifyDocument.d.ts
269
B
-rw-r--r--
2024-02-26 08:46
stringifyDocument.js
3.03
KB
-rw-r--r--
2024-02-26 08:46
stringifyNumber.d.ts
150
B
-rw-r--r--
2024-02-26 08:46
stringifyNumber.js
748
B
-rw-r--r--
2024-02-26 08:46
stringifyPair.d.ts
249
B
-rw-r--r--
2024-02-26 08:46
stringifyPair.js
5.27
KB
-rw-r--r--
2024-02-26 08:46
stringifyString.d.ts
363
B
-rw-r--r--
2024-02-26 08:46
stringifyString.js
12.74
KB
-rw-r--r--
2024-02-26 08:46
Save
Rename
import type { Document } from '../doc/Document.js'; import type { Alias } from '../nodes/Alias.js'; import type { ToStringOptions } from '../options.js'; export declare type StringifyContext = { actualString?: boolean; allNullValues?: boolean; anchors: Set<string>; doc: Document; forceBlockIndent?: boolean; implicitKey?: boolean; indent: string; indentStep: string; indentAtStart?: number; inFlow: boolean | null; inStringifyKey?: boolean; flowCollectionPadding: string; options: Readonly<Required<Omit<ToStringOptions, 'collectionStyle' | 'indent'>>>; resolvedAliases?: Set<Alias>; }; export declare function createStringifyContext(doc: Document, options: ToStringOptions): StringifyContext; export declare function stringify(item: unknown, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;