Add jsdocs

This commit is contained in:
haad
2023-04-13 09:15:27 +03:00
parent ec06a8e2d0
commit c117ef63ba
27 changed files with 649 additions and 61 deletions

View File

@@ -1,3 +1,7 @@
/**
* @namespace Storage-Memory
* @memberof module:Storage
*/
const MemoryStorage = async () => {
let memory = {}