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 968c64e commit b327145Copy full SHA for b327145
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[]): boolean;
+export function isProvider(...transports: TransportName[]): SyncPredicateFn;
214
215
/**
216
* Keep certain fields in the record(s), deleting the rest.
0 commit comments