MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / LocationRange

Interface LocationRange

docs/types/LocationRange.interface.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface LocationRange {
2 /**
3 * A string or object that was supplied to the `parse()` call as the
4 * `grammarSource` option.
5 */
6 readonly source: GrammarSource;
7 /** Position at the beginning of the expression. */
8 readonly start: Location;
9 /** Position after the end of the expression. */
10 readonly end: Location;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected