const keyed: <F extends ArrowFunction>( f: F, key?: Key, ...args: F extends ArrowFunction ? Parameters<F> : any[], ) => DeferredCall<F>
Use a keyed call to a Live function, reconciled by key.
packages / live / src / builtin.ts