fix(core): add Base class for csv Parsers

This commit is contained in:
2019-07-07 17:24:29 +02:00
parent 9e7a23edb0
commit 7afcabf3f9
4 changed files with 231 additions and 94 deletions

View File

@@ -14,10 +14,10 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^12.0.12",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {}