Skip to content
Apertura
API reference

API reference

Every exported symbol of every package — 766 of them — read out of the TypeScript source rather than written alongside it.

Generated, not written
Hand-written reference documentation drifts from the code within a release or two, and nobody notices until a reader does. This is produced by the TypeScript compiler from each package's public entry point, so it cannot claim an export that does not exist or miss one that was added.

Foundation

Knows nothing about any particular format.

Formats

A parser that knows no DOM, and a renderer that knows no file.

Integration

One dependency for an application that just needs to open a file.