skipResult
Set context.result to an empty array or object, depending on the hook type
ts
import { skipResult } from 'feathers-utils/utils';Type declaration
ts
/**
* Set `context.result` to an empty array or object, depending on the hook type
*/
export declare const skipResult: <H extends HookContext = HookContext>(
context: H,
) => H| Argument | Type | Description |
|---|---|---|
| context | H |
