## API Report File for "@essex/toposort"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

// Warning: (ae-missing-release-tag) "array" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function array<T = string>(nodes: ReadonlyArray<T>, edges: ReadonlyArray<[T, T | undefined]>): any[];

// Warning: (ae-missing-release-tag) "toposort" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public
export function toposort<T = string>(edges: ReadonlyArray<[T, T | undefined]>): T[];

// (No @packageDocumentation comment for this package)

```
