Update Postprocessor definition (#41132)

This commit is contained in:
Wessel van der Linden 2019-12-20 07:22:20 +01:00 committed by Daniel Rosenwasser
parent e2f509ace4
commit cc41c14a00

View File

@ -83,7 +83,7 @@ export interface ParserRule {
postprocess?: Postprocessor;
}
export type Postprocessor = (data: any[], reference: number, wantedBy: {}) => void;
export type Postprocessor = (data: any[], reference?: number, wantedBy?: {}) => void;
export interface Lexer {
/**