API reference › @evolu/nodejs › TestJSDoc
Utilities for testing TypeScript examples embedded in JSDoc and Markdown.
These utilities use the dedicated @evolu/nodejs/TestJSDoc entry point so
normal @evolu/nodejs imports do not evaluate TypeScript and JSDoc tooling.
Interfaces
| Interface | Description |
|---|---|
| TestJSDocExamplesOptions | Options for linting, compiling, and executing TypeScript documentation examples. |
Functions
| Function | Description |
|---|---|
| testJSDocExamples | Lints, compiles, and executes every TypeScript example in the included JSDoc comments and Markdown files. |