Module

x/fresh/src/dev/deps.ts>Node#forEachChildAsArray

The next-gen web framework.
Extremely Popular
Go to Latest
method Node.prototype.forEachChildAsArray
import { Node } from "https://dotland.deno.dev/x/fresh@1.1.5/src/dev/deps.ts";

Gets the child nodes passed to the delegate of node.forEachChild(child => {}) as an array.

Returns

Node<ts.Node>[]