Type Alias MethodFunctionExpression<X>

MethodFunctionExpression<X>: FunctionExpression<X> & {
    id: null;
}

Type Parameters

  • X