📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 06:20:21
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
browser
/
dist
/
schema
/
common
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/browser/dist/schema/common
🔄 Refresh
✏️
Editing: string.js
Writable
import { stringifyString } from '../../stringify/stringifyString.js'; const string = { identify: value => typeof value === 'string', default: true, tag: 'tag:yaml.org,2002:str', resolve: str => str, stringify(item, ctx, onComment, onChompKeep) { ctx = Object.assign({ actualString: true }, ctx); return stringifyString(item, ctx, onComment, onChompKeep); } }; export { string };
💾 Save Changes
❌ Cancel