Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-amd/appendFunction.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

6 lines
200 B
TypeScript

/**
* 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;