diff --git a/lib/datastore.js b/lib/datastore.js index bea4c7d..5823f6e 100755 --- a/lib/datastore.js +++ b/lib/datastore.js @@ -9,9 +9,6 @@ const Persistence = require('./persistence.js') const { isDate } = require('./utils.js') // TODO: have one version of the documentation for each function -// TODO: remove jsdoc2md file that generates a docs/ directory, and replace it with something that generates the README -// TODO: check the classes and modules which need to be included int he documentation -// TODO: replace examples of the Readme with @example JSDoc tags // TODO: update changelog // TODO: dropDatabase callback + tests /**