We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b327145 commit ccdfcbfCopy full SHA for ccdfcbf
types/index.d.ts
@@ -210,7 +210,7 @@ export function getItems(context: HookContext): any; // any[] | any | undefined;
210
* Check which transport provided the service call.
211
* {@link https://feathers-plus.github.io/v1/feathers-hooks-common/index.html#IsProvider}
212
*/
213
-export function isProvider(...transports: TransportName[]): SyncPredicateFn;
+export function isProvider(...transports: TransportName[]): SyncContextFunction<boolean>;
214
215
/**
216
* Keep certain fields in the record(s), deleting the rest.
0 commit comments