UNPKG

@rnaga/wp-node

Version:

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

7 lines • 247 B
import type * as types from "../../types"; export declare const defaultHooks: Set<types.Constructor>; export declare class DefaultHooks { static loaded: boolean; static load(env: string): void; } //# sourceMappingURL=default-hooks.d.ts.map