UNPKG

200 BTypeScriptView Raw
1/**
2 * Returns a single function which will call each of the given functions in the context of the
3 * parent.
4 */
5export declare function appendFunction(parent: any, ...functions: any[]): () => void;