2 lines
92 B
Plaintext
2 lines
92 B
Plaintext
export declare function iife<T extends unknown[], U>(fn: (...args: T) => U, ...args: T): U;
|