MessageParserOptions type

Signature:

export type MessageParserOptions = {
    privateAnnotation?: (source: string, pos: number) => {
        pos: number;
        annotation: any;
    };
};