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