Marked Promise methods as async; const correctness; return reject Promise, if failed.

This commit is contained in:
bradyn
2020-11-15 20:29:28 -06:00
parent bf2f351fa2
commit ef53f9f99c
10 changed files with 2348 additions and 146 deletions

View File

@ -5,7 +5,8 @@
"declaration": true,
"outDir": "./dist",
"sourceMap": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"lib": ["ES2015"]
},
"include": [
"src/**/*.ts"