method WhileStatement.prototype.getChildNodeIterable
WhileStatement.prototype.getChildNodeIterable(): IterableIterator<AbstractNode>

Return Type

IterableIterator<AbstractNode>

Usage

import { WhileStatement } from ".";