Type Alias PossibleResults

PossibleResults:
    | [rule: string, ParsedAppStrFunc?]
    | [rule: null, StringChunk | ChunkTree | Uint8Array]