📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:24:50
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
compose
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/compose
🔄 Refresh
✏️
Editing: resolve-flow-scalar.d.ts
Writable
import { Range } from '../nodes/Node.js'; import { Scalar } from '../nodes/Scalar.js'; import type { FlowScalar } from '../parse/cst.js'; import type { ComposeErrorHandler } from './composer.js'; export declare function resolveFlowScalar(scalar: FlowScalar, strict: boolean, onError: ComposeErrorHandler): { value: string; type: Scalar.PLAIN | Scalar.QUOTE_DOUBLE | Scalar.QUOTE_SINGLE | null; comment: string; range: Range; };
💾 Save Changes
❌ Cancel