const gather: <T, F>(
calls?:
| string
| number
| false
| DeferredCall<any>
| ArrowFunction
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| LiveNode<any>[],
then?: (r: T[] | F) => LiveElement,
fallback?: NonNullable<F>,
key?: Key,
) => DeferredCall<ArrowFunction>
Gather items from a subtree, into a flat array.
packages / live / src / builtin.ts