gcanti/docs-ts

`@types/node` is needed

Open

#32 opened on Mar 8, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (18 forks)github user discovery
accepting PRsgood first issue

Repository metrics

Stars
 (106 stars)
PR merge metrics
 (PR metrics pending)

Description

You need to run yarn add -D @types/node on your project if you want to make use of the assert module in the @example section. Otherwise you get an error when generating the docs.

This should be either mentioned in the readme or included as a (peer)dependency?

Contributor guide