Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-commonjs/appendFunction.d.ts

6 lines
200 B
TypeScript
Raw Normal View History

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