feat: add isUnauthorizedError type guard

fixes #328
This commit is contained in:
Divlo
2022-02-18 17:20:59 +01:00
parent 056c7b4807
commit 098475d64c
25 changed files with 3856 additions and 3301 deletions

20
.gitignore vendored
View File

@ -6,6 +6,7 @@ node_modules
# production
build
.swc
# testing
coverage
@ -13,10 +14,21 @@ coverage
# debug
npm-debug.log*
# editors
.vscode
.theia
.idea
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
.DS_Store