DefinitelyTyped/types/hapi
Cahya Pribadi de1ec36c49
Update index.d.ts
based on hapi.js request object on actual module that params and payload are possible to be null when there is no value applied on it.
```
params: null,
paramsArray: null,
path: '/v1/Schemas',
payload: null,
```
2018-06-22 16:54:26 +12:00
..
test
v8
v12
v15
v16
index.d.ts Update index.d.ts 2018-06-22 16:54:26 +12:00
tsconfig.json
tslint.json