UNPKG

@grail-ui/svelte

Version:

[![NPM](https://img.shields.io/npm/v/@grail-ui/svelte)](https://www.npmjs.com/package/@grail-ui/svelte) [![minified](https://img.shields.io/bundlephobia/min/@grail-ui/svelte)](https://bundlephobia.com/package/@grail-ui/svelte) [![minified + zipped](https:

5 lines (4 loc) 225 B
/** * Calls all functions in the order they were chained with the same arguments. */ export declare function chain<T extends unknown[]>(...callbacks: (void | ((...args: T) => void) | (() => void))[]): (...args: T) => void;