use own class transform thing
Showing
| ... | @@ -40,7 +40,6 @@ | ... | @@ -40,7 +40,6 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/jest": "^28.1.8", | "@types/jest": "^28.1.8", | ||
| "@types/lodash": "^4.14.182", | |||
| "@types/node": "^18.7.23", | "@types/node": "^18.7.23", | ||
| "@typescript-eslint/eslint-plugin": "^5.38.1", | "@typescript-eslint/eslint-plugin": "^5.38.1", | ||
| "@typescript-eslint/parser": "^5.38.1", | "@typescript-eslint/parser": "^5.38.1", | ||
| ... | @@ -60,8 +59,7 @@ | ... | @@ -60,8 +59,7 @@ |
| "encoded-buffer": "^0.2.6", | "encoded-buffer": "^0.2.6", | ||
| "generic-pool": "^3.9.0", | "generic-pool": "^3.9.0", | ||
| "ioredis": "^5.2.3", | "ioredis": "^5.2.3", | ||
| "lodash": "^4.17.21", | |||
| "lru-cache": "^7.13.1", | "lru-cache": "^7.13.1", | ||
| "typed-reflector": "^1.0.11" | "typed-reflector": "^1.0.12" | ||
| } | } | ||
| } | } |
src/utility/encode-decode.ts
0 → 100644
src/utility/merge.ts
0 → 100644
tests/wrap-class.spec.ts
0 → 100644
Please register or sign in to comment