mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update Postprocessor definition (#41132)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
e2f509ace4
commit
cc41c14a00
Vendored
+1
-1
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user