📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 01:56:46
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
nodes
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/nodes
🔄 Refresh
✏️
Editing: identity.d.ts
Writable
import type { Document } from '../doc/Document.js'; import type { Alias } from './Alias.js'; import type { Node } from './Node.js'; import type { Pair } from './Pair.js'; import type { Scalar } from './Scalar.js'; import type { YAMLMap } from './YAMLMap.js'; import type { YAMLSeq } from './YAMLSeq.js'; export declare const ALIAS: unique symbol; export declare const DOC: unique symbol; export declare const MAP: unique symbol; export declare const PAIR: unique symbol; export declare const SCALAR: unique symbol; export declare const SEQ: unique symbol; export declare const NODE_TYPE: unique symbol; export declare const isAlias: (node: any) => node is Alias; export declare const isDocument: <T extends Node = Node>(node: any) => node is Document<T>; export declare const isMap: <K = unknown, V = unknown>(node: any) => node is YAMLMap<K, V>; export declare const isPair: <K = unknown, V = unknown>(node: any) => node is Pair<K, V>; export declare const isScalar: <T = unknown>(node: any) => node is Scalar<T>; export declare const isSeq: <T = unknown>(node: any) => node is YAMLSeq<T>; export declare function isCollection<K = unknown, V = unknown>(node: any): node is YAMLMap<K, V> | YAMLSeq<V>; export declare function isNode<T = unknown>(node: any): node is Node<T>; export declare const hasAnchor: <K = unknown, V = unknown>(node: unknown) => node is Scalar<V> | YAMLMap<K, V> | YAMLSeq<V>;
💾 Save Changes
❌ Cancel