UNPKG

@activecollab/components

Version:

ActiveCollab Components

3 lines 229 B
export type ChainedFunction = ((...args: unknown[]) => void) | undefined | null; export default function createChainedFunction(...functions: ChainedFunction[]): ChainedFunction; //# sourceMappingURL=createChainedFunction.d.ts.map