mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
Merge pull request #17370 from poislagarde/patch-1
[body-parser] Fix typo in json options
This commit is contained in:
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