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 fe39699 commit 3e85e79Copy full SHA for 3e85e79
types/index.d.ts
@@ -107,7 +107,7 @@ export function combine(...hooks: Hook[]): Hook;
107
* Display the current hook context for debugging.
108
* {@link https://feathers-plus.github.io/v1/feathers-hooks-common/index.html#Debug}
109
*/
110
-export function debug(): Hook;
+export function debug(msg: string, fieldNames?: string[]): Hook;
111
112
/**
113
* Deletes a property from an object using dot notation, e.g. address.city. (Utility function.)
0 commit comments