Skip to content

Release v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 13:18

fix: Missing types in generated typings d.ts files.

Some types where not exported due to a comment containing @internal,
that is used both by typedoc to ignore the element in the generated
docs, and by the ts compiler when outputing types. Use only @ignore,
to omit it from docs.