Update Postprocessor definition (#41132)

This commit is contained in:
Wessel van der Linden
2019-12-19 22:22:20 -08:00
committed by Daniel Rosenwasser
parent e2f509ace4
commit cc41c14a00
+1 -1
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 {
/**