mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
[body-parser] Fix typo
reviever -> reviver
This commit is contained in:
committed by
GitHub
parent
33e1501a8b
commit
cfc31cd332
2
types/body-parser/index.d.ts
vendored
2
types/body-parser/index.d.ts
vendored
@@ -21,7 +21,7 @@ declare namespace bodyParser {
|
||||
}
|
||||
|
||||
interface OptionsJson extends Options {
|
||||
reviever?(key: string, value: any): any;
|
||||
reviver?(key: string, value: any): any;
|
||||
strict?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user