UNPKG

@sprucelabs/spruce-skill-utils

Version:

Loosely coupled classes and functions to make skill development faster! 🏎

6 lines (5 loc) 183 B
export declare const functionDelegationUtil: { getAllFuncs(toCheck: any): string[]; delegateFunctionCalls(from: any, to: any): void; }; export default functionDelegationUtil;