getSortedChildren
Import
import { getSortedChildren } from "@docsgen/core"
Source
Package
Parameters
getSortedChildren(children: DeclarationReflection[], reflectionsTree: ProjectReflection[])
Parameters
| Name | Type | Description |
|---|---|---|
| children | | |
| reflectionsTree | |
Returns
(DeclarationReflection & { isMethod: boolean })[]
