Decorators (#42)

Adds decorator functionality to BaseService
This commit is contained in:
Sebastian Rindom
2020-04-30 21:39:30 +02:00
committed by GitHub
parent 2273cc519a
commit feda00d2d1
12 changed files with 2428 additions and 45 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}