feat(sern.ts) attempting to remove the bloated class in favor of smaller

functions, install rxjs
This commit is contained in:
Jacob Nguyen
2022-03-08 11:43:38 -06:00
parent ff2427f876
commit cfb7df8451
3 changed files with 20 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"release": "standard-version && git push --follow-tags",
"test": "jest --coverage --verbose",
"commit": "cz",
"docs" : "typedoc src/index.ts --out docs"
"docs": "typedoc src/index.ts --out docs"
},
"keywords": [],
"author": "",
@@ -23,6 +23,7 @@
"discord.js": "^13.6.0",
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"rxjs": "^7.5.5",
"ts-results": "^3.3.0"
},
"devDependencies": {