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

Interface GrammarSourceObject

docs/types/GrammarSourceObject.interface.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface GrammarSourceObject {
2 readonly toString: () => string;
3
4 /**
5 * If specified, allows the grammar source to be embedded in a larger file
6 * at some offset.
7 */
8 readonly offset?: undefined | ((loc: Location) => Location);
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected