UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

4 lines • 295 B
import { Hooks } from "../core/hooks/hooks"; import * as types from "../types"; export declare const defineHooks: <TFilters = types.hooks.Filters, TActions = types.hooks.Actions>(env: string, clazzes?: types.Constructor[]) => Hooks<TFilters, TActions>; //# sourceMappingURL=define-hooks.d.ts.map