📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 00:23:32
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
parse
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/parse
🔄 Refresh
✏️
Editing: cst-stringify.d.ts
Writable
import type { CollectionItem, Token } from './cst.js'; /** * Stringify a CST document, token, or collection item * * Fair warning: This applies no validation whatsoever, and * simply concatenates the sources in their logical order. */ export declare const stringify: (cst: Token | CollectionItem) => string;
💾 Save Changes
❌ Cancel