改造成 jsdoc 的注释格式

This commit is contained in:
陆柯 2020-11-11 19:36:44 +08:00
parent 8c0fcdc3be
commit 069a3ff28c
2 changed files with 642 additions and 118 deletions

745
index.js

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,12 @@
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
"uuid": "^8.3.1" "uuid": "^8.3.1"
}, },
"devDependencies": {}, "devDependencies": {
"docdash": "^1.2.0",
"jaguarjs-jsdoc": "^1.1.0",
"jsdoc": "^3.6.6",
"minami": "^1.2.3"
},
"scripts": { "scripts": {
"setup": "npm install" "setup": "npm install"
}, },