type FunctionCall<F extends Function = ArrowFunction> = { f: F, args?: any[], arg?: any }
packages / live / src / types.ts