Files
DefinitelyTyped/types/feathersjs__feathers
Tim Mensch 0877f1647f feathersjs__feathers: Add missing members and docs to HookContext (#28612)
* Add missing members and document HookContext

* Add optional statusCode and dispatch values to HookContext.
* Add docs to HookContext.
* Fix tslint.json to ignore file name casing (the existing test file wasn't passing).
* Add tests.

* Add readonly and make some members non-optional

* Several properties are readonly. They're marked as such in TypeScript now.
* Those types are also not optional. Nor is `params`. So optional flags were removed.
2018-09-10 14:57:47 -07:00
..