panva / jose

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
MIT License
5.62k stars 315 forks source link

docs: adds jsdocs to timestamp helpers #619

Closed big-kahuna-burger closed 10 months ago

big-kahuna-burger commented 10 months ago

JSDoc like this gives me a nice idea on how to use an API and it doesn't have too much clutter imho.

image

panva commented 10 months ago

Documenting the argument this way unfortunately does not produce a readable markdown for the repo-hosted docs.

Screenshot 2023-12-24 at 14 24 31
panva commented 10 months ago

@big-kahuna-burger thank you for the proposed documentation