:TS:Value:Function Node

represents a function value

Examples:

let x = () => { 
  // ...
};
let y = function() { 
  // ...
};

Properties

NameDescription
arrowFunction (boolean)indicates, if the function uses the arrow syntax