Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 284 Bytes

Build documentation using TypeDoc

Inputs

entry

Required The entry point of your API.

You can specify multiple entry points using spaces as separators.

Defaults to 'src/index.ts'.

name

Name of the package.

Defaults to the name field in package.json.