MCPcopy
hub / github.com/google/zx / YAML

Interface YAML

src/vendor-extra.ts:72–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70const _YAML: YAML = _yaml
71
72export interface YAML {
73 parse(text: string): any
74 stringify(object: any): string
75 /** @deprecated */
76 parseAllDocuments(s: string, opts?: any): any[]
77 /** @deprecated */
78 parseDocument(s: string, opts?: any): any
79 /** @deprecated */
80 isAlias(v: any): boolean
81 /** @deprecated */
82 isCollection(v: any): boolean
83 /** @deprecated */
84 isDocument(v: any): boolean
85 /** @deprecated */
86 isMap(v: any): boolean
87 /** @deprecated */
88 isNode(v: any): boolean
89 /** @deprecated */
90 isPair(v: any): boolean
91 /** @deprecated */
92 isScalar(v: any): boolean
93 /** @deprecated */
94 isSeq(v: any): boolean
95 /** @deprecated */
96 Alias: any
97 /** @deprecated */
98 Composer: any
99 /** @deprecated */
100 Document: any
101 /** @deprecated */
102 Schema: any
103 /** @deprecated */
104 YAMLSeq: any
105 /** @deprecated */
106 YAMLMap: any
107 /** @deprecated */
108 YAMLError: any
109 /** @deprecated */
110 YAMLParseError: any
111 /** @deprecated */
112 YAMLWarning: any
113 /** @deprecated */
114 Pair: any
115 /** @deprecated */
116 Scalar: any
117 /** @deprecated */
118 Lexer: any
119 /** @deprecated */
120 LineCounter: any
121 /** @deprecated */
122 Parser: any
123}
124
125export const depseek: typeof _depseek = wrap('depseek', _depseek)
126export const dotenv: typeof _dotenv = wrap('dotenv', _dotenv)

Callers 14

goods.test.tsFile · 0.80
vendor.test.jsFile · 0.80
jsonMethod · 0.80
readScriptFunction · 0.80
normalizeExtFunction · 0.80
build-jsr.mjsFile · 0.80
transformFunction · 0.80
vendor.test.jsFile · 0.80
argv.mjsFile · 0.80
build-versions.mjsFile · 0.80
build-jsr.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…