MCPcopy
hub / github.com/NaturalIntelligence/fast-xml-parser / ExpressionOptions

Interface ExpressionOptions

src/fxp.d.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * Options for creating an Expression
12 */
13export interface ExpressionOptions {
14 /**
15 * Path separator character
16 * @default '.'
17 */
18 separator?: string;
19}
20
21/**
22 * Parsed segment from an expression pattern

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…