UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

7 lines (5 loc) 177 B
/** * Calls all functions in the order they were chained with the same arguments. */ declare function chain(...callbacks: any[]): (...args: any[]) => void; export { chain };