type LivePure<F extends Function = ArrowFunction> = DeferredCall<F> | LivePure<any>[] | null | undefined
packages / live / src / types.ts