josephg/node-foundationdb

Port documentation into typescript doc comments

Offen

#26 geöffnet am 15.03.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (20 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (129 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

There's lots of transaction & database methods which are missing documentation comments.

We should do a pass adding typescript tsdoc - compatible doc comments for all the normal function in (at a minimum) lib/transaction.ts and lib/database.ts.

This documentation is picked up by documentation tools and by editors (like vs code), which makes it very handy while using the API.

Contributor Guide