UNPKG

@rnaga/wp-node

Version:

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

10 lines • 249 B
type FluentProxy = { [key: string]: (...args: any[]) => FluentProxy; }; type Calls = Array<{ method: any; args: any[]; }>; export declare const createFluentProxy: () => [FluentProxy, Calls]; export {}; //# sourceMappingURL=proxy.d.ts.map