Is the node a scope boundary, specifically due to it being a function.
declare const node: ts.Node;if (isFunctionScopeBoundary(node, ts.ObjectFlags.Anonymous)) { // ...} Copy
declare const node: ts.Node;if (isFunctionScopeBoundary(node, ts.ObjectFlags.Anonymous)) { // ...}
Is the node a scope boundary, specifically due to it being a function.