📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:27:46
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
stringify
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/stringify
🔄 Refresh
✏️
Editing: stringifyString.d.ts
Writable
import { Scalar } from '../nodes/Scalar.js'; import type { StringifyContext } from './stringify.js'; interface StringifyScalar { value: string; comment?: string | null; type?: string; } export declare function stringifyString(item: Scalar | StringifyScalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string; export {};
💾 Save Changes
❌ Cancel